Html Css Color HEX #C57A1A Ochre

📋 copy color: '#C57A1A'

red 197 ◦ green 122 ◦ blue 26

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

Shades of Ochre #C57A1A

Tints of Ochre #C57A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 57.1%
G = 35.36%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C57A1A (or 0xC57A1A) is known color: Ochre. HEX triplet: C5, 7A and 1A. RGB value is (197,122,26). Sum of RGB (Red+Green+Blue) = 197+122+26=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A1A is #3A85E5. Grayscale: #858585. Windows color (decimal): -3835366 or 1735365. OLE color: 1735365.

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

Color convert

RGB 197 122 26 -
CMYK 0 0.38 0.87 0.23
HSL 33.68º 0.77% 0.44% -
HSV(B) 33.68º 0.87% 0.77% -
XYZ 30.17 25.86 4.38 -
YUV 133.48 67.35 173.31 -
System Red Green Blue C M Y K H S L
Decimal 197 122 26 0 0.38 0.87 0.23 33.68 0.77 0.44
Hex C5 7A 1A 0 26 57 17 22 4D 2C
Octal 305 172 32 0 46 127 27 42 115 54
Binary 11000101 1111010 11010 0 100110 1010111 10111 100010 1001101 101100

Color Harmonies of #C57A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A1A

Black with #C57A1A

Text Example


Text Example

White with #C57A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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