#CA7415

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

Shades of Ochre #CA7415

Tints of Ochre #CA7415

Color information

#CA7415 (or 0xCA7415) is unknown color: approx Ochre. HEX triplet: CA, 74 and 15. RGB value is (202,116,21). Sum of RGB (Red+Green+Blue) = 202+116+21=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7415 is #358BEA. Grayscale: #838383. Windows color (decimal): -3509227 or 1406154. OLE color: 1406154.

HSL color Cylindrical-coordinate representation of color #CA7415: hue angle of 31.49º 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 #CA7415 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB20211621-
CMYK00.430.900.21
HSL31.49º81.17%43.73%-
HSV(B)31.49º89.6%79.22%-
XYZ30.7425.13.93-
YUV130.8865.99178.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 21 (8.59% from 255) = 6.19%
R=59.59%
G=34.22%
B=6.19%

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
Decimal2021162100.430.900.2131.4981.1743.73
HexCA741502B5A151f512c
Octal31216425053132253712154
Binary110010101110100101010101011101101010101111111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7415; }

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

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

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

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

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

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

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

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