Html Css Color HEX #C57A14 Ochre

📋 copy color: '#C57A14'

red 197 ◦ green 122 ◦ blue 20

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

Shades of Ochre #C57A14

Tints of Ochre #C57A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.99%

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

R = 58.11%
G = 35.99%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C57A14 (or 0xC57A14) is known color: Ochre. HEX triplet: C5, 7A and 14. RGB value is (197,122,20). Sum of RGB (Red+Green+Blue) = 197+122+20=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A14 is #3A85EB. Grayscale: #858585. Windows color (decimal): -3835372 or 1342149. OLE color: 1342149.

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

Color convert

RGB 197 122 20 -
CMYK 0 0.38 0.90 0.23
HSL 34.58º 0.82% 0.43% -
HSV(B) 34.58º 0.9% 0.77% -
XYZ 30.11 25.84 4.06 -
YUV 132.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 197 122 20 0 0.38 0.90 0.23 34.58 0.82 0.43
Hex C5 7A 14 0 26 5A 17 23 52 2B
Octal 305 172 24 0 46 132 27 43 122 53
Binary 11000101 1111010 10100 0 100110 1011010 10111 100011 1010010 101011

Color Harmonies of #C57A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A14

Black with #C57A14

Text Example


Text Example

White with #C57A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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