Html Css Color HEX #C5811E Ochre

📋 copy color: '#C5811E'

red 197 ◦ green 129 ◦ blue 30

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

Shades of Ochre #C5811E

Tints of Ochre #C5811E

RGB

 RED value IS 197 (77.34% from 255) = 55.34%

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

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

R = 55.34%
G = 36.24%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5811E (or 0xC5811E) is known color: Ochre. HEX triplet: C5, 81 and 1E. RGB value is (197,129,30). Sum of RGB (Red+Green+Blue) = 197+129+30=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5811E is #3A7EE1. Grayscale: #8A8A8A. Windows color (decimal): -3833570 or 1999301. OLE color: 1999301.

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

Color convert

RGB 197 129 30 -
CMYK 0 0.35 0.85 0.23
HSL 35.57º 0.74% 0.45% -
HSV(B) 35.57º 0.85% 0.77% -
XYZ 31.11 27.66 4.93 -
YUV 138.05 67.03 170.05 -
System Red Green Blue C M Y K H S L
Decimal 197 129 30 0 0.35 0.85 0.23 35.57 0.74 0.45
Hex C5 81 1E 0 23 55 17 24 4A 2D
Octal 305 201 36 0 43 125 27 44 112 55
Binary 11000101 10000001 11110 0 100011 1010101 10111 100100 1001010 101101

Color Harmonies of #C5811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5811E

Black with #C5811E

Text Example


Text Example

White with #C5811E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5811E; }

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

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

background-color css

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

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

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

border-color css

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

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

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