Html Css Color HEX #C5831A Ochre

📋 copy color: '#C5831A'

red 197 ◦ green 131 ◦ blue 26

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

Shades of Ochre #C5831A

Tints of Ochre #C5831A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.34%

R = 55.65%
G = 37.01%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5831A (or 0xC5831A) is known color: Ochre. HEX triplet: C5, 83 and 1A. RGB value is (197,131,26). Sum of RGB (Red+Green+Blue) = 197+131+26=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5831A is #3A7CE5. Grayscale: #8B8B8B. Windows color (decimal): -3833062 or 1737669. OLE color: 1737669.

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

Color convert

RGB 197 131 26 -
CMYK 0 0.34 0.87 0.23
HSL 36.84º 0.77% 0.44% -
HSV(B) 36.84º 0.87% 0.77% -
XYZ 31.33 28.18 4.76 -
YUV 138.76 64.37 169.54 -
System Red Green Blue C M Y K H S L
Decimal 197 131 26 0 0.34 0.87 0.23 36.84 0.77 0.44
Hex C5 83 1A 0 22 57 17 25 4D 2C
Octal 305 203 32 0 42 127 27 45 115 54
Binary 11000101 10000011 11010 0 100010 1010111 10111 100101 1001101 101100

Color Harmonies of #C5831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5831A

Black with #C5831A

Text Example


Text Example

White with #C5831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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