Html Css Color HEX #C5801C Ochre

📋 copy color: '#C5801C'

red 197 ◦ green 128 ◦ blue 28

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

Shades of Ochre #C5801C

Tints of Ochre #C5801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.26%

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

R = 55.81%
G = 36.26%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5801C (or 0xC5801C) is known color: Ochre. HEX triplet: C5, 80 and 1C. RGB value is (197,128,28). Sum of RGB (Red+Green+Blue) = 197+128+28=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5801C is #3A7FE3. Grayscale: #898989. Windows color (decimal): -3833828 or 1867973. OLE color: 1867973.

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

Color convert

RGB 197 128 28 -
CMYK 0 0.35 0.86 0.23
HSL 35.5º 0.75% 0.44% -
HSV(B) 35.5º 0.86% 0.77% -
XYZ 30.95 27.39 4.75 -
YUV 137.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 197 128 28 0 0.35 0.86 0.23 35.5 0.75 0.44
Hex C5 80 1C 0 23 56 17 24 4B 2C
Octal 305 200 34 0 43 126 27 44 113 54
Binary 11000101 10000000 11100 0 100011 1010110 10111 100100 1001011 101100

Color Harmonies of #C5801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5801C

Black with #C5801C

Text Example


Text Example

White with #C5801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5801C; }

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

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

background-color css

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

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

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

border-color css

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

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

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