Html Css Color HEX #C5831B Ochre

📋 copy color: '#C5831B'

red 197 ◦ green 131 ◦ blue 27

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

Shades of Ochre #C5831B

Tints of Ochre #C5831B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

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

R = 55.49%
G = 36.9%
B = 7.61%

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

#C5831B (or 0xC5831B) is known color: Ochre. HEX triplet: C5, 83 and 1B. RGB value is (197,131,27). Sum of RGB (Red+Green+Blue) = 197+131+27=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5831B is #3A7CE4. Grayscale: #8B8B8B. Windows color (decimal): -3833061 or 1803205. OLE color: 1803205.

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

Color convert

RGB 197 131 27 -
CMYK 0 0.34 0.86 0.23
HSL 36.71º 0.76% 0.44% -
HSV(B) 36.71º 0.86% 0.77% -
XYZ 31.34 28.18 4.82 -
YUV 138.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 197 131 27 0 0.34 0.86 0.23 36.71 0.76 0.44
Hex C5 83 1B 0 22 56 17 25 4C 2C
Octal 305 203 33 0 42 126 27 45 114 54
Binary 11000101 10000011 11011 0 100010 1010110 10111 100101 1001100 101100

Color Harmonies of #C5831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5831B

Black with #C5831B

Text Example


Text Example

White with #C5831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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