Html Css Color HEX #C57A12 Ochre

📋 copy color: '#C57A12'

red 197 ◦ green 122 ◦ blue 18

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

Shades of Ochre #C57A12

Tints of Ochre #C57A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 58.46%
G = 36.2%
B = 5.34%

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

#C57A12 (or 0xC57A12) is known color: Ochre. HEX triplet: C5, 7A and 12. RGB value is (197,122,18). Sum of RGB (Red+Green+Blue) = 197+122+18=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A12 is #3A85ED. Grayscale: #858585. Windows color (decimal): -3835374 or 1211077. OLE color: 1211077.

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

Color convert

RGB 197 122 18 -
CMYK 0 0.38 0.91 0.23
HSL 34.86º 0.83% 0.42% -
HSV(B) 34.86º 0.91% 0.77% -
XYZ 30.09 25.83 3.97 -
YUV 132.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 197 122 18 0 0.38 0.91 0.23 34.86 0.83 0.42
Hex C5 7A 12 0 26 5B 17 23 53 2A
Octal 305 172 22 0 46 133 27 43 123 52
Binary 11000101 1111010 10010 0 100110 1011011 10111 100011 1010011 101010

Color Harmonies of #C57A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A12

Black with #C57A12

Text Example


Text Example

White with #C57A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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