Html Css Color HEX #C4811C Ochre

📋 copy color: '#C4811C'

red 196 ◦ green 129 ◦ blue 28

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

Shades of Ochre #C4811C

Tints of Ochre #C4811C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 55.52%
G = 36.54%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4811C (or 0xC4811C) is known color: Ochre. HEX triplet: C4, 81 and 1C. RGB value is (196,129,28). Sum of RGB (Red+Green+Blue) = 196+129+28=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4811C is #3B7EE3. Grayscale: #898989. Windows color (decimal): -3899108 or 1868228. OLE color: 1868228.

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

Color convert

RGB 196 129 28 -
CMYK 0 0.34 0.86 0.23
HSL 36.07º 0.75% 0.44% -
HSV(B) 36.07º 0.86% 0.77% -
XYZ 30.82 27.52 4.79 -
YUV 137.52 66.2 169.71 -
System Red Green Blue C M Y K H S L
Decimal 196 129 28 0 0.34 0.86 0.23 36.07 0.75 0.44
Hex C4 81 1C 0 22 56 17 24 4B 2C
Octal 304 201 34 0 42 126 27 44 113 54
Binary 11000100 10000001 11100 0 100010 1010110 10111 100100 1001011 101100

Color Harmonies of #C4811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4811C

Black with #C4811C

Text Example


Text Example

White with #C4811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4811C; }

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

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

background-color css

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

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

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

border-color css

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

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

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