#CA7318

Color #CA7318 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CA7318

Tints of Ochre #CA7318

Color information

#CA7318 (or 0xCA7318) is unknown color: approx Ochre. HEX triplet: CA, 73 and 18. RGB value is (202,115,24). Sum of RGB (Red+Green+Blue) = 202+115+24=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7318 is #358CE7. Grayscale: #838383. Windows color (decimal): -3509480 or 1602506. OLE color: 1602506.

HSL color Cylindrical-coordinate representation of color #CA7318: hue angle of 30.67º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA7318 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB20211524-
CMYK00.430.880.21
HSL30.67º78.76%44.31%-
HSV(B)30.67º88.12%79.22%-
XYZ30.6524.884.05-
YUV130.6467.82178.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 59.24%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 24 (9.77% from 255) = 7.04%
R=59.24%
G=33.72%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021152400.430.880.2130.6778.7644.31
HexCA731802B58151f4f2c
Octal31216330053130253711754
Binary110010101110011110000101011101100010101111111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7318; }

 p { color: rgb(202,115,24); }

 H1.HeaderClassName
 {
   color: #CA7318;
 }
 .AnyTagClassName
 {
   color: #CA7318;
 }
</style>
background-color css

<style>
 a { background-color: #CA7318; }

 a { background-color: rgb(202,115,24); }

 div.DivClassName
 {
   background-color: #CA7318;
 }
 .BgClassName
 {
   background-color: #CA7318;
 }
</style>
border-color css

<style>
 span { border-color: #CA7318; }

 span { border-color: rgb(202,115,24); }

 td.TdClassName
 {
   border-color: #CA7318;
 }
 .TagClassName
 {
   border-color: #CA7318;
 }
</style>