#534230

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

Shades of Deep Bronze #534230

Tints of Deep Bronze #534230

Color information

#534230 (or 0x534230) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 30. RGB value is (83,66,48). Sum of RGB (Red+Green+Blue) = 83+66+48=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #534230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534230 is #ACBDCF. Grayscale: #454545. Windows color (decimal): -11320784 or 3162707. OLE color: 3162707.

HSL color Cylindrical-coordinate representation of color #534230: hue angle of 30.86º 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 #534230 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB836648-
CMYK00.200.420.67
HSL30.86º26.72%25.69%-
HSV(B)30.86º42.17%32.55%-
XYZ6.055.953.63-
YUV69.03116.13137.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=42.13%
G=33.50%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83664800.200.420.6730.8626.7225.69
Hex5342300142A431f1b1a
Octal1231026002452103373332
Binary101001110000101100000101001010101000011111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534230; }

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

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

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

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

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

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

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

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