Html Css Color HEX #C57931 Bronze

📋 copy color: '#C57931'

red 197 ◦ green 121 ◦ blue 49

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

Shades of Bronze #C57931

Tints of Bronze #C57931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.35%

R = 53.68%
G = 32.97%
B = 13.35%

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

#C57931 (or 0xC57931) is known color: Bronze. HEX triplet: C5, 79 and 31. RGB value is (197,121,49). Sum of RGB (Red+Green+Blue) = 197+121+49=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C57931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57931 is #3A86CE. Grayscale: #878787. Windows color (decimal): -3835599 or 3242437. OLE color: 3242437.

HSL color Cylindrical-coordinate representation of color #C57931: hue angle of 29.19º 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 #C57931 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 121 49 -
CMYK 0 0.39 0.75 0.23
HSL 29.19º 0.6% 0.48% -
HSV(B) 29.19º 0.75% 0.77% -
XYZ 30.42 25.77 6.28 -
YUV 135.52 79.18 171.85 -
System Red Green Blue C M Y K H S L
Decimal 197 121 49 0 0.39 0.75 0.23 29.19 0.6 0.48
Hex C5 79 31 0 27 4B 17 1D 3C 30
Octal 305 171 61 0 47 113 27 35 74 60
Binary 11000101 1111001 110001 0 100111 1001011 10111 11101 111100 110000

Color Harmonies of #C57931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57931

Black with #C57931

Text Example


Text Example

White with #C57931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57931; }

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

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

background-color css

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

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

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

border-color css

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

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

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