Html Css Color HEX #C57A11 Ochre

📋 copy color: '#C57A11'

red 197 ◦ green 122 ◦ blue 17

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

Shades of Ochre #C57A11

Tints of Ochre #C57A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.06%

R = 58.63%
G = 36.31%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C57A11 (or 0xC57A11) is known color: Ochre. HEX triplet: C5, 7A and 11. RGB value is (197,122,17). Sum of RGB (Red+Green+Blue) = 197+122+17=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A11 is #3A85EE. Grayscale: #848484. Windows color (decimal): -3835375 or 1145541. OLE color: 1145541.

HSL color Cylindrical-coordinate representation of color #C57A11: hue angle of 35º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C57A11 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 122 17 -
CMYK 0 0.38 0.91 0.23
HSL 35º 0.84% 0.42% -
HSV(B) 35º 0.91% 0.77% -
XYZ 30.09 25.83 3.93 -
YUV 132.46 62.85 174.04 -
System Red Green Blue C M Y K H S L
Decimal 197 122 17 0 0.38 0.91 0.23 35 0.84 0.42
Hex C5 7A 11 0 26 5B 17 23 54 2A
Octal 305 172 21 0 46 133 27 43 124 52
Binary 11000101 1111010 10001 0 100110 1011011 10111 100011 1010100 101010

Color Harmonies of #C57A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A11

Black with #C57A11

Text Example


Text Example

White with #C57A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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