Html Css Color HEX #C57714 Ochre

📋 copy color: '#C57714'

red 197 ◦ green 119 ◦ blue 20

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

Shades of Ochre #C57714

Tints of Ochre #C57714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 58.63%
G = 35.42%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C57714 (or 0xC57714) is known color: Ochre. HEX triplet: C5, 77 and 14. RGB value is (197,119,20). Sum of RGB (Red+Green+Blue) = 197+119+20=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C57714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57714 is #3A88EB. Grayscale: #838383. Windows color (decimal): -3836140 or 1341381. OLE color: 1341381.

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

Color convert

RGB 197 119 20 -
CMYK 0 0.40 0.90 0.23
HSL 33.56º 0.82% 0.43% -
HSV(B) 33.56º 0.9% 0.77% -
XYZ 29.75 25.11 3.94 -
YUV 131.04 65.34 175.05 -
System Red Green Blue C M Y K H S L
Decimal 197 119 20 0 0.40 0.90 0.23 33.56 0.82 0.43
Hex C5 77 14 0 28 5A 17 22 52 2B
Octal 305 167 24 0 50 132 27 42 122 53
Binary 11000101 1110111 10100 0 101000 1011010 10111 100010 1010010 101011

Color Harmonies of #C57714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57714

Black with #C57714

Text Example


Text Example

White with #C57714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57714; }

 p { color: rgb(197,119,20); }

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

background-color css

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

 a { background-color: rgb(197,119,20); }

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

border-color css

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

 span { border-color: rgb(197,119,20); }

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