#CA7315

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

Shades of Ochre #CA7315

Tints of Ochre #CA7315

Color information

#CA7315 (or 0xCA7315) is unknown color: approx Ochre. HEX triplet: CA, 73 and 15. RGB value is (202,115,21). Sum of RGB (Red+Green+Blue) = 202+115+21=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7315 is #358CEA. Grayscale: #828282. Windows color (decimal): -3509483 or 1405898. OLE color: 1405898.

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

Color convert

RGB20211521-
CMYK00.430.900.21
HSL31.16º81.17%43.73%-
HSV(B)31.16º89.6%79.22%-
XYZ30.6224.873.9-
YUV130.366.32179.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.76%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 21 (8.59% from 255) = 6.21%
R=59.76%
G=34.02%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021152100.430.900.2131.1681.1743.73
HexCA731502B5A151f512c
Octal31216325053132253712154
Binary110010101110011101010101011101101010101111111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7315; }

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

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

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

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

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

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

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

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