Html Css Color HEX #C57534 Zest

📋 copy color: '#C57534'

red 197 ◦ green 117 ◦ blue 52

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

Shades of Zest #C57534

Tints of Zest #C57534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.97%

 BLUE value IS 52 (20.7% from 255) = 14.21%

R = 53.83%
G = 31.97%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C57534 (or 0xC57534) is known color: Zest. HEX triplet: C5, 75 and 34. RGB value is (197,117,52). Sum of RGB (Red+Green+Blue) = 197+117+52=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C57534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57534 is #3A8ACB. Grayscale: #858585. Windows color (decimal): -3836620 or 3438021. OLE color: 3438021.

HSL color Cylindrical-coordinate representation of color #C57534: hue angle of 26.9º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C57534 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 117 52 -
CMYK 0 0.41 0.74 0.23
HSL 26.9º 0.58% 0.49% -
HSV(B) 26.9º 0.74% 0.77% -
XYZ 30.01 24.84 6.46 -
YUV 133.51 82 173.29 -
System Red Green Blue C M Y K H S L
Decimal 197 117 52 0 0.41 0.74 0.23 26.9 0.58 0.49
Hex C5 75 34 0 29 4A 17 1B 3A 31
Octal 305 165 64 0 51 112 27 33 72 61
Binary 11000101 1110101 110100 0 101001 1001010 10111 11011 111010 110001

Color Harmonies of #C57534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57534

Black with #C57534

Text Example


Text Example

White with #C57534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57534; }

 p { color: rgb(197,117,52); }

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

background-color css

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

 a { background-color: rgb(197,117,52); }

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

border-color css

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

 span { border-color: rgb(197,117,52); }

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