Html Css Color HEX #C5841B Ochre

📋 copy color: '#C5841B'

red 197 ◦ green 132 ◦ blue 27

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

Shades of Ochre #C5841B

Tints of Ochre #C5841B

RGB

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

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

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

R = 55.34%
G = 37.08%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5841B (or 0xC5841B) is known color: Ochre. HEX triplet: C5, 84 and 1B. RGB value is (197,132,27). Sum of RGB (Red+Green+Blue) = 197+132+27=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5841B is #3A7BE4. Grayscale: #8B8B8B. Windows color (decimal): -3832805 or 1803461. OLE color: 1803461.

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

Color convert

RGB 197 132 27 -
CMYK 0 0.33 0.86 0.23
HSL 37.06º 0.76% 0.44% -
HSV(B) 37.06º 0.86% 0.77% -
XYZ 31.48 28.45 4.87 -
YUV 139.47 64.53 169.04 -
System Red Green Blue C M Y K H S L
Decimal 197 132 27 0 0.33 0.86 0.23 37.06 0.76 0.44
Hex C5 84 1B 0 21 56 17 25 4C 2C
Octal 305 204 33 0 41 126 27 45 114 54
Binary 11000101 10000100 11011 0 100001 1010110 10111 100101 1001100 101100

Color Harmonies of #C5841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5841B

Black with #C5841B

Text Example


Text Example

White with #C5841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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