Html Css Color HEX #C5701C Ochre

📋 copy color: '#C5701C'

red 197 ◦ green 112 ◦ blue 28

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

Shades of Ochre #C5701C

Tints of Ochre #C5701C

RGB

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

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

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

R = 58.46%
G = 33.23%
B = 8.31%

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

#C5701C (or 0xC5701C) is known color: Ochre. HEX triplet: C5, 70 and 1C. RGB value is (197,112,28). Sum of RGB (Red+Green+Blue) = 197+112+28=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5701C is #3A8FE3. Grayscale: #808080. Windows color (decimal): -3837924 or 1863877. OLE color: 1863877.

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

Color convert

RGB 197 112 28 -
CMYK 0 0.43 0.86 0.23
HSL 29.82º 0.75% 0.44% -
HSV(B) 29.82º 0.86% 0.77% -
XYZ 29.03 23.54 4.11 -
YUV 127.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 197 112 28 0 0.43 0.86 0.23 29.82 0.75 0.44
Hex C5 70 1C 0 2B 56 17 1E 4B 2C
Octal 305 160 34 0 53 126 27 36 113 54
Binary 11000101 1110000 11100 0 101011 1010110 10111 11110 1001011 101100

Color Harmonies of #C5701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5701C

Black with #C5701C

Text Example


Text Example

White with #C5701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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