Html Css Color HEX #C5831D Ochre

📋 copy color: '#C5831D'

red 197 ◦ green 131 ◦ blue 29

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

Shades of Ochre #C5831D

Tints of Ochre #C5831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.12%

R = 55.18%
G = 36.69%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5831D (or 0xC5831D) is known color: Ochre. HEX triplet: C5, 83 and 1D. RGB value is (197,131,29). Sum of RGB (Red+Green+Blue) = 197+131+29=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5831D is #3A7CE2. Grayscale: #8B8B8B. Windows color (decimal): -3833059 or 1934277. OLE color: 1934277.

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

Color convert

RGB 197 131 29 -
CMYK 0 0.34 0.85 0.23
HSL 36.43º 0.74% 0.44% -
HSV(B) 36.43º 0.85% 0.77% -
XYZ 31.36 28.19 4.95 -
YUV 139.11 65.87 169.29 -
System Red Green Blue C M Y K H S L
Decimal 197 131 29 0 0.34 0.85 0.23 36.43 0.74 0.44
Hex C5 83 1D 0 22 55 17 24 4A 2C
Octal 305 203 35 0 42 125 27 44 112 54
Binary 11000101 10000011 11101 0 100010 1010101 10111 100100 1001010 101100

Color Harmonies of #C5831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5831D

Black with #C5831D

Text Example


Text Example

White with #C5831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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