#533F1F

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

Shades of Deep Bronze #533F1F

Tints of Deep Bronze #533F1F

Color information

#533F1F (or 0x533F1F) is unknown color: approx Deep Bronze. HEX triplet: 53, 3F and 1F. RGB value is (83,63,31). Sum of RGB (Red+Green+Blue) = 83+63+31=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #533F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F1F is #ACC0E0. Grayscale: #414141. Windows color (decimal): -11321569 or 2047827. OLE color: 2047827.

HSL color Cylindrical-coordinate representation of color #533F1F: hue angle of 36.92º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #533F1F is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB836331-
CMYK00.240.630.67
HSL36.92º45.61%22.35%-
HSV(B)36.92º62.65%32.55%-
XYZ5.595.492.06-
YUV65.33108.63140.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=46.89%
G=35.59%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83633100.240.630.6736.9245.6122.35
Hex533F1F0183F43252e16
Octal123773703077103455626
Binary101001111111111111011000111111100001110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533F1F; }

 p { color: rgb(83,63,31); }

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

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

 a { background-color: rgb(83,63,31); }

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

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

 span { border-color: rgb(83,63,31); }

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