#52402F

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

Shades of Deep Bronze #52402F

Tints of Deep Bronze #52402F

Color information

#52402F (or 0x52402F) is unknown color: approx Deep Bronze. HEX triplet: 52, 40 and 2F. RGB value is (82,64,47). Sum of RGB (Red+Green+Blue) = 82+64+47=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52402F is #ADBFD0. Grayscale: #434343. Windows color (decimal): -11386833 or 3096658. OLE color: 3096658.

HSL color Cylindrical-coordinate representation of color #52402F: hue angle of 29.14º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52402F is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB826447-
CMYK00.220.430.68
HSL29.14º27.13%25.29%-
HSV(B)29.14º42.68%32.16%-
XYZ5.835.673.48-
YUV67.44116.46138.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=42.49%
G=33.16%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82644700.220.430.6829.1427.1325.29
Hex52402F0162B441d1b19
Octal1221005702653104353331
Binary101001010000001011110101101010111000100111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52402F; }

 p { color: rgb(82,64,47); }

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

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

 a { background-color: rgb(82,64,47); }

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

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

 span { border-color: rgb(82,64,47); }

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