Html Css Color HEX #C5710B Ochre

📋 copy color: '#C5710B'

red 197 ◦ green 113 ◦ blue 11

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

Shades of Ochre #C5710B

Tints of Ochre #C5710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

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

R = 61.37%
G = 35.2%
B = 3.43%

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

#C5710B (or 0xC5710B) is known color: Ochre. HEX triplet: C5, 71 and 0B. RGB value is (197,113,11). Sum of RGB (Red+Green+Blue) = 197+113+11=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C5710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5710B is #3A8EF4. Grayscale: #7E7E7E. Windows color (decimal): -3837685 or 750021. OLE color: 750021.

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

Color convert

RGB 197 113 11 -
CMYK 0 0.43 0.94 0.23
HSL 32.9º 0.89% 0.41% -
HSV(B) 32.9º 0.94% 0.77% -
XYZ 28.99 23.7 3.36 -
YUV 126.49 62.83 178.29 -
System Red Green Blue C M Y K H S L
Decimal 197 113 11 0 0.43 0.94 0.23 32.9 0.89 0.41
Hex C5 71 B 0 2B 5E 17 21 59 29
Octal 305 161 13 0 53 136 27 41 131 51
Binary 11000101 1110001 1011 0 101011 1011110 10111 100001 1011001 101001

Color Harmonies of #C5710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5710B

Black with #C5710B

Text Example


Text Example

White with #C5710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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