Html Css Color HEX #C4811E Ochre

📋 copy color: '#C4811E'

red 196 ◦ green 129 ◦ blue 30

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

Shades of Ochre #C4811E

Tints of Ochre #C4811E

RGB

 RED value IS 196 (76.95% from 255) = 55.21%

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

 BLUE value IS 30 (12.11% from 255) = 8.45%

R = 55.21%
G = 36.34%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4811E (or 0xC4811E) is known color: Ochre. HEX triplet: C4, 81 and 1E. RGB value is (196,129,30). Sum of RGB (Red+Green+Blue) = 196+129+30=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4811E is #3B7EE1. Grayscale: #8A8A8A. Windows color (decimal): -3899106 or 1999300. OLE color: 1999300.

HSL color Cylindrical-coordinate representation of color #C4811E: hue angle of 35.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4811E is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 30 -
CMYK 0 0.34 0.85 0.23
HSL 35.78º 0.73% 0.44% -
HSV(B) 35.78º 0.85% 0.77% -
XYZ 30.85 27.53 4.92 -
YUV 137.75 67.2 169.55 -
System Red Green Blue C M Y K H S L
Decimal 196 129 30 0 0.34 0.85 0.23 35.78 0.73 0.44
Hex C4 81 1E 0 22 55 17 24 49 2C
Octal 304 201 36 0 42 125 27 44 111 54
Binary 11000100 10000001 11110 0 100010 1010101 10111 100100 1001001 101100

Color Harmonies of #C4811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4811E

Black with #C4811E

Text Example


Text Example

White with #C4811E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4811E; }

 p { color: rgb(196,129,30); }

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

background-color css

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

 a { background-color: rgb(196,129,30); }

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

border-color css

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

 span { border-color: rgb(196,129,30); }

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