Html Css Color HEX #C5700B Ochre

📋 copy color: '#C5700B'

red 197 ◦ green 112 ◦ blue 11

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

Shades of Ochre #C5700B

Tints of Ochre #C5700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 61.56%
G = 35%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5700B (or 0xC5700B) is known color: Ochre. HEX triplet: C5, 70 and 0B. RGB value is (197,112,11). Sum of RGB (Red+Green+Blue) = 197+112+11=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C5700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5700B is #3A8FF4. Grayscale: #7E7E7E. Windows color (decimal): -3837941 or 749765. OLE color: 749765.

HSL color Cylindrical-coordinate representation of color #C5700B: hue angle of 32.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5700B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 11 -
CMYK 0 0.43 0.94 0.23
HSL 32.58º 0.89% 0.41% -
HSV(B) 32.58º 0.94% 0.77% -
XYZ 28.88 23.48 3.33 -
YUV 125.9 63.16 178.71 -
System Red Green Blue C M Y K H S L
Decimal 197 112 11 0 0.43 0.94 0.23 32.58 0.89 0.41
Hex C5 70 B 0 2B 5E 17 21 59 29
Octal 305 160 13 0 53 136 27 41 131 51
Binary 11000101 1110000 1011 0 101011 1011110 10111 100001 1011001 101001

Color Harmonies of #C5700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5700B

Black with #C5700B

Text Example


Text Example

White with #C5700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5700B; }

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

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

background-color css

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

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

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

border-color css

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

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

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