Html Css Color HEX #C5831C Ochre

📋 copy color: '#C5831C'

red 197 ◦ green 131 ◦ blue 28

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

Shades of Ochre #C5831C

Tints of Ochre #C5831C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 55.34%
G = 36.8%
B = 7.87%

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

#C5831C (or 0xC5831C) is known color: Ochre. HEX triplet: C5, 83 and 1C. RGB value is (197,131,28). Sum of RGB (Red+Green+Blue) = 197+131+28=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5831C is #3A7CE3. Grayscale: #8B8B8B. Windows color (decimal): -3833060 or 1868741. OLE color: 1868741.

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

Color convert

RGB 197 131 28 -
CMYK 0 0.34 0.86 0.23
HSL 36.57º 0.75% 0.44% -
HSV(B) 36.57º 0.86% 0.77% -
XYZ 31.35 28.19 4.89 -
YUV 138.99 65.37 169.38 -
System Red Green Blue C M Y K H S L
Decimal 197 131 28 0 0.34 0.86 0.23 36.57 0.75 0.44
Hex C5 83 1C 0 22 56 17 25 4B 2C
Octal 305 203 34 0 42 126 27 45 113 54
Binary 11000101 10000011 11100 0 100010 1010110 10111 100101 1001011 101100

Color Harmonies of #C5831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5831C

Black with #C5831C

Text Example


Text Example

White with #C5831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5831C; }

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

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

background-color css

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

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

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

border-color css

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

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

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