Html Css Color HEX #C4811A Ochre

📋 copy color: '#C4811A'

red 196 ◦ green 129 ◦ blue 26

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

Shades of Ochre #C4811A

Tints of Ochre #C4811A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 55.84%
G = 36.75%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4811A (or 0xC4811A) is known color: Ochre. HEX triplet: C4, 81 and 1A. RGB value is (196,129,26). Sum of RGB (Red+Green+Blue) = 196+129+26=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C4811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4811A is #3B7EE5. Grayscale: #898989. Windows color (decimal): -3899110 or 1737156. OLE color: 1737156.

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

Color convert

RGB 196 129 26 -
CMYK 0 0.34 0.87 0.23
HSL 36.35º 0.77% 0.44% -
HSV(B) 36.35º 0.87% 0.77% -
XYZ 30.8 27.51 4.66 -
YUV 137.29 65.2 169.88 -
System Red Green Blue C M Y K H S L
Decimal 196 129 26 0 0.34 0.87 0.23 36.35 0.77 0.44
Hex C4 81 1A 0 22 57 17 24 4D 2C
Octal 304 201 32 0 42 127 27 44 115 54
Binary 11000100 10000001 11010 0 100010 1010111 10111 100100 1001101 101100

Color Harmonies of #C4811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4811A

Black with #C4811A

Text Example


Text Example

White with #C4811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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