#53402F

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

Shades of Deep Bronze #53402F

Tints of Deep Bronze #53402F

Color information

#53402F (or 0x53402F) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 2F. RGB value is (83,64,47). Sum of RGB (Red+Green+Blue) = 83+64+47=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53402F is #ACBFD0. Grayscale: #434343. Windows color (decimal): -11321297 or 3096659. OLE color: 3096659.

HSL color Cylindrical-coordinate representation of color #53402F: hue angle of 28.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53402F is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB836447-
CMYK00.230.430.67
HSL28.33º27.69%25.49%-
HSV(B)28.33º43.37%32.55%-
XYZ5.915.713.48-
YUV67.74116.29138.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=42.78%
G=32.99%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83644700.230.430.6728.3327.6925.49
Hex53402F0172B431c1c19
Octal1231005702753103343431
Binary101001110000001011110101111010111000011111001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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