Html Css Color HEX #C4811F Ochre

📋 copy color: '#C4811F'

red 196 ◦ green 129 ◦ blue 31

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

Shades of Ochre #C4811F

Tints of Ochre #C4811F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 55.06%
G = 36.24%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4811F (or 0xC4811F) is known color: Ochre. HEX triplet: C4, 81 and 1F. RGB value is (196,129,31). Sum of RGB (Red+Green+Blue) = 196+129+31=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4811F is #3B7EE0. Grayscale: #8A8A8A. Windows color (decimal): -3899105 or 2064836. OLE color: 2064836.

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

Color convert

RGB 196 129 31 -
CMYK 0 0.34 0.84 0.23
HSL 35.64º 0.73% 0.45% -
HSV(B) 35.64º 0.84% 0.77% -
XYZ 30.86 27.54 4.98 -
YUV 137.86 67.7 169.47 -
System Red Green Blue C M Y K H S L
Decimal 196 129 31 0 0.34 0.84 0.23 35.64 0.73 0.45
Hex C4 81 1F 0 22 54 17 24 49 2D
Octal 304 201 37 0 42 124 27 44 111 55
Binary 11000100 10000001 11111 0 100010 1010100 10111 100100 1001001 101101

Color Harmonies of #C4811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4811F

Black with #C4811F

Text Example


Text Example

White with #C4811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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