#524330

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

Shades of Deep Bronze #524330

Tints of Deep Bronze #524330

Color information

#524330 (or 0x524330) is unknown color: approx Deep Bronze. HEX triplet: 52, 43 and 30. RGB value is (82,67,48). Sum of RGB (Red+Green+Blue) = 82+67+48=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #524330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524330 is #ADBCCF. Grayscale: #454545. Windows color (decimal): -11386064 or 3162962. OLE color: 3162962.

HSL color Cylindrical-coordinate representation of color #524330: hue angle of 33.53º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #524330 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB826748-
CMYK00.180.410.68
HSL33.53º26.15%25.49%-
HSV(B)33.53º41.46%32.16%-
XYZ6.026.023.64-
YUV69.32115.97137.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=41.62%
G=34.01%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82674800.180.410.6833.5326.1525.49
Hex5243300122944221a19
Octal1221036002251104423231
Binary1010010100001111000001001010100110001001000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524330; }

 p { color: rgb(82,67,48); }

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

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

 a { background-color: rgb(82,67,48); }

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

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

 span { border-color: rgb(82,67,48); }

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