#CA761A

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

Shades of Ochre #CA761A

Tints of Ochre #CA761A

Color information

#CA761A (or 0xCA761A) is unknown color: approx Ochre. HEX triplet: CA, 76 and 1A. RGB value is (202,118,26). Sum of RGB (Red+Green+Blue) = 202+118+26=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA761A is #3589E5. Grayscale: #858585. Windows color (decimal): -3508710 or 1734346. OLE color: 1734346.

HSL color Cylindrical-coordinate representation of color #CA761A: hue angle of 31.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA761A is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB20211826-
CMYK00.420.870.21
HSL31.36º77.19%44.71%-
HSV(B)31.36º87.13%79.22%-
XYZ31.0225.594.28-
YUV132.6367.83177.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=58.38%
G=34.10%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021182600.420.870.2131.3677.1944.71
HexCA761A02A57151f4d2d
Octal31216632052127253711555
Binary110010101110110110100101010101011110101111111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA761A; }

 p { color: rgb(202,118,26); }

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

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

 a { background-color: rgb(202,118,26); }

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

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

 span { border-color: rgb(202,118,26); }

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