Html Css Color HEX #C5710A Ochre

📋 copy color: '#C5710A'

red 197 ◦ green 113 ◦ blue 10

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

Shades of Ochre #C5710A

Tints of Ochre #C5710A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 61.56%
G = 35.31%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5710A (or 0xC5710A) is known color: Ochre. HEX triplet: C5, 71 and 0A. RGB value is (197,113,10). Sum of RGB (Red+Green+Blue) = 197+113+10=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C5710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5710A is #3A8EF5. Grayscale: #7E7E7E. Windows color (decimal): -3837686 or 684485. OLE color: 684485.

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

Color convert

RGB 197 113 10 -
CMYK 0 0.43 0.95 0.23
HSL 33.05º 0.9% 0.41% -
HSV(B) 33.05º 0.95% 0.77% -
XYZ 28.99 23.7 3.33 -
YUV 126.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 197 113 10 0 0.43 0.95 0.23 33.05 0.9 0.41
Hex C5 71 A 0 2B 5F 17 21 5A 29
Octal 305 161 12 0 53 137 27 41 132 51
Binary 11000101 1110001 1010 0 101011 1011111 10111 100001 1011010 101001

Color Harmonies of #C5710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5710A

Black with #C5710A

Text Example


Text Example

White with #C5710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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