#533F2F

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

Shades of Deep Bronze #533F2F

Tints of Deep Bronze #533F2F

Color information

#533F2F (or 0x533F2F) is unknown color: approx Deep Bronze. HEX triplet: 53, 3F and 2F. RGB value is (83,63,47). Sum of RGB (Red+Green+Blue) = 83+63+47=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #533F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F2F is #ACC0D0. Grayscale: #434343. Windows color (decimal): -11321553 or 3096403. OLE color: 3096403.

HSL color Cylindrical-coordinate representation of color #533F2F: hue angle of 26.67º 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 #533F2F is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB836347-
CMYK00.240.430.67
HSL26.67º27.69%25.49%-
HSV(B)26.67º43.37%32.55%-
XYZ5.865.63.46-
YUV67.16116.63139.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=43.01%
G=32.64%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83634700.240.430.6726.6727.6925.49
Hex533F2F0182B431b1c19
Octal123775703053103333431
Binary10100111111111011110110001010111000011110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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