#C77730

Color #C77730 Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze #C77730

Tints of Bronze #C77730

Color information

#C77730 (or 0xC77730) is unknown color: approx Bronze. HEX triplet: C7, 77 and 30. RGB value is (199,119,48). Sum of RGB (Red+Green+Blue) = 199+119+48=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C77730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77730 is #3888CF. Grayscale: #878787. Windows color (decimal): -3705040 or 3176391. OLE color: 3176391.

HSL color Cylindrical-coordinate representation of color #C77730: hue angle of 28.21º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C77730 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB19911948-
CMYK00.400.760.22
HSL28.21º61.13%48.43%-
HSV(B)28.21º75.88%78.04%-
XYZ30.6825.556.11-
YUV134.8379173.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.37%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 48 (19.14% from 255) = 13.11%
R=54.37%
G=32.51%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991194800.400.760.2228.2161.1348.43
HexC777300284C161c3d30
Octal3071676005011426347560
Binary110001111110111110000010100010011001011011100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77730; }

 p { color: rgb(199,119,48); }

 H1.HeaderClassName
 {
   color: #C77730;
 }
 .AnyTagClassName
 {
   color: #C77730;
 }
</style>
background-color css

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

 a { background-color: rgb(199,119,48); }

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

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

 span { border-color: rgb(199,119,48); }

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