Html Css Color HEX #C57214 Ochre

📋 copy color: '#C57214'

red 197 ◦ green 114 ◦ blue 20

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

Shades of Ochre #C57214

Tints of Ochre #C57214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 59.52%
G = 34.44%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C57214 (or 0xC57214) is known color: Ochre. HEX triplet: C5, 72 and 14. RGB value is (197,114,20). Sum of RGB (Red+Green+Blue) = 197+114+20=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C57214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57214 is #3A8DEB. Grayscale: #808080. Windows color (decimal): -3837420 or 1340101. OLE color: 1340101.

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

Color convert

RGB 197 114 20 -
CMYK 0 0.42 0.90 0.23
HSL 31.86º 0.82% 0.43% -
HSV(B) 31.86º 0.9% 0.77% -
XYZ 29.17 23.96 3.75 -
YUV 128.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 197 114 20 0 0.42 0.90 0.23 31.86 0.82 0.43
Hex C5 72 14 0 2A 5A 17 20 52 2B
Octal 305 162 24 0 52 132 27 40 122 53
Binary 11000101 1110010 10100 0 101010 1011010 10111 100000 1010010 101011

Color Harmonies of #C57214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57214

Black with #C57214

Text Example


Text Example

White with #C57214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57214; }

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

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

background-color css

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

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

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

border-color css

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

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

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