Html Css Color HEX #C5811B Ochre

📋 copy color: '#C5811B'

red 197 ◦ green 129 ◦ blue 27

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

Shades of Ochre #C5811B

Tints of Ochre #C5811B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.65%

R = 55.81%
G = 36.54%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5811B (or 0xC5811B) is known color: Ochre. HEX triplet: C5, 81 and 1B. RGB value is (197,129,27). Sum of RGB (Red+Green+Blue) = 197+129+27=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5811B is #3A7EE4. Grayscale: #8A8A8A. Windows color (decimal): -3833573 or 1802693. OLE color: 1802693.

HSL color Cylindrical-coordinate representation of color #C5811B: hue angle of 36º degrees, saturation: 0.76, 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 #C5811B is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 129 27 -
CMYK 0 0.35 0.86 0.23
HSL 36º 0.76% 0.44% -
HSV(B) 36º 0.86% 0.77% -
XYZ 31.07 27.65 4.74 -
YUV 137.7 65.53 170.29 -
System Red Green Blue C M Y K H S L
Decimal 197 129 27 0 0.35 0.86 0.23 36 0.76 0.44
Hex C5 81 1B 0 23 56 17 24 4C 2C
Octal 305 201 33 0 43 126 27 44 114 54
Binary 11000101 10000001 11011 0 100011 1010110 10111 100100 1001100 101100

Color Harmonies of #C5811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5811B

Black with #C5811B

Text Example


Text Example

White with #C5811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5811B; }

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

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

background-color css

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

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

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

border-color css

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

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

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