Html Css Color HEX #C57932 Bronze

📋 copy color: '#C57932'

red 197 ◦ green 121 ◦ blue 50

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

Shades of Bronze #C57932

Tints of Bronze #C57932

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.88%

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 53.53%
G = 32.88%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C57932 (or 0xC57932) is known color: Bronze. HEX triplet: C5, 79 and 32. RGB value is (197,121,50). Sum of RGB (Red+Green+Blue) = 197+121+50=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C57932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57932 is #3A86CD. Grayscale: #878787. Windows color (decimal): -3835598 or 3307973. OLE color: 3307973.

HSL color Cylindrical-coordinate representation of color #C57932: hue angle of 28.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C57932 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 121 50 -
CMYK 0 0.39 0.75 0.23
HSL 28.98º 0.6% 0.48% -
HSV(B) 28.98º 0.75% 0.77% -
XYZ 30.44 25.78 6.39 -
YUV 135.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 197 121 50 0 0.39 0.75 0.23 28.98 0.6 0.48
Hex C5 79 32 0 27 4B 17 1D 3C 30
Octal 305 171 62 0 47 113 27 35 74 60
Binary 11000101 1111001 110010 0 100111 1001011 10111 11101 111100 110000

Color Harmonies of #C57932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57932

Black with #C57932

Text Example


Text Example

White with #C57932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57932; }

 p { color: rgb(197,121,50); }

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

background-color css

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

 a { background-color: rgb(197,121,50); }

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

border-color css

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

 span { border-color: rgb(197,121,50); }

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