Html Css Color HEX #C5701B Ochre

📋 copy color: '#C5701B'

red 197 ◦ green 112 ◦ blue 27

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

Shades of Ochre #C5701B

Tints of Ochre #C5701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

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

R = 58.63%
G = 33.33%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5701B (or 0xC5701B) is known color: Ochre. HEX triplet: C5, 70 and 1B. RGB value is (197,112,27). Sum of RGB (Red+Green+Blue) = 197+112+27=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C5701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5701B is #3A8FE4. Grayscale: #808080. Windows color (decimal): -3837925 or 1798341. OLE color: 1798341.

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

Color convert

RGB 197 112 27 -
CMYK 0 0.43 0.86 0.23
HSL 30º 0.76% 0.44% -
HSV(B) 30º 0.86% 0.77% -
XYZ 29.02 23.54 4.05 -
YUV 127.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 197 112 27 0 0.43 0.86 0.23 30 0.76 0.44
Hex C5 70 1B 0 2B 56 17 1E 4C 2C
Octal 305 160 33 0 53 126 27 36 114 54
Binary 11000101 1110000 11011 0 101011 1010110 10111 11110 1001100 101100

Color Harmonies of #C5701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5701B

Black with #C5701B

Text Example


Text Example

White with #C5701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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