Html Css Color HEX #CA811B Ochre

📋 copy color: '#CA811B'

red 202 ◦ green 129 ◦ blue 27

#CA811B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CA811B

Tints of Ochre #CA811B

RGB

 RED value IS 202 (79.3% from 255) = 56.42%

 GREEN value IS 129 (50.78% from 255) = 36.03%

 BLUE value IS 27 (10.94% from 255) = 7.54%

R = 56.42%
G = 36.03%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA811B (or 0xCA811B) is known color: Ochre. HEX triplet: CA, 81 and 1B. RGB value is (202,129,27). Sum of RGB (Red+Green+Blue) = 202+129+27=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA811B is #357EE4. Grayscale: #8B8B8B. Windows color (decimal): -3505893 or 1802698. OLE color: 1802698.

HSL color Cylindrical-coordinate representation of color #CA811B: hue angle of 34.97º degrees, saturation: 0.76, 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 #CA811B is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 129 27 -
CMYK 0 0.36 0.87 0.21
HSL 34.97º 0.76% 0.45% -
HSV(B) 34.97º 0.87% 0.79% -
XYZ 32.41 28.34 4.8 -
YUV 139.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 202 129 27 0 0.36 0.87 0.21 34.97 0.76 0.45
Hex CA 81 1B 0 24 57 15 23 4C 2D
Octal 312 201 33 0 44 127 25 43 114 55
Binary 11001010 10000001 11011 0 100100 1010111 10101 100011 1001100 101101

Color Harmonies of #CA811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA811B

Black with #CA811B

Text Example


Text Example

White with #CA811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA811B; }

 p { color: rgb(202,129,27); }

 H1.HeaderClassName
 {
   color: #CA811B;
 }
 .AnyTagClassName
 {
   color: #CA811B;
 }
</style>

background-color css

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

 a { background-color: rgb(202,129,27); }

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

border-color css

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

 span { border-color: rgb(202,129,27); }

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