#534130

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

Shades of Deep Bronze #534130

Tints of Deep Bronze #534130

Color information

#534130 (or 0x534130) is unknown color: approx Deep Bronze. HEX triplet: 53, 41 and 30. RGB value is (83,65,48). Sum of RGB (Red+Green+Blue) = 83+65+48=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534130 is #ACBECF. Grayscale: #444444. Windows color (decimal): -11321040 or 3162451. OLE color: 3162451.

HSL color Cylindrical-coordinate representation of color #534130: hue angle of 29.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534130 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB836548-
CMYK00.220.420.67
HSL29.14º26.72%25.69%-
HSV(B)29.14º42.17%32.55%-
XYZ5.995.833.61-
YUV68.44116.46138.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=42.35%
G=33.16%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83654800.220.420.6729.1426.7225.69
Hex5341300162A431d1b1a
Octal1231016002652103353332
Binary101001110000011100000101101010101000011111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534130; }

 p { color: rgb(83,65,48); }

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

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

 a { background-color: rgb(83,65,48); }

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

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

 span { border-color: rgb(83,65,48); }

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