Html Css Color HEX #C5841A Ochre

📋 copy color: '#C5841A'

red 197 ◦ green 132 ◦ blue 26

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

Shades of Ochre #C5841A

Tints of Ochre #C5841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

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

R = 55.49%
G = 37.18%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5841A (or 0xC5841A) is known color: Ochre. HEX triplet: C5, 84 and 1A. RGB value is (197,132,26). Sum of RGB (Red+Green+Blue) = 197+132+26=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5841A is #3A7BE5. Grayscale: #8B8B8B. Windows color (decimal): -3832806 or 1737925. OLE color: 1737925.

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

Color convert

RGB 197 132 26 -
CMYK 0 0.33 0.87 0.23
HSL 37.19º 0.77% 0.44% -
HSV(B) 37.19º 0.87% 0.77% -
XYZ 31.46 28.45 4.81 -
YUV 139.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 197 132 26 0 0.33 0.87 0.23 37.19 0.77 0.44
Hex C5 84 1A 0 21 57 17 25 4D 2C
Octal 305 204 32 0 41 127 27 45 115 54
Binary 11000101 10000100 11010 0 100001 1010111 10111 100101 1001101 101100

Color Harmonies of #C5841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5841A

Black with #C5841A

Text Example


Text Example

White with #C5841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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