#533524

Color #533524 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #533524

Tints of Brown Bramble #533524

Color information

#533524 (or 0x533524) is unknown color: approx Brown Bramble. HEX triplet: 53, 35 and 24. RGB value is (83,53,36). Sum of RGB (Red+Green+Blue) = 83+53+36=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #533524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533524 is #ACCADB. Grayscale: #3C3C3C. Windows color (decimal): -11324124 or 2372947. OLE color: 2372947.

HSL color Cylindrical-coordinate representation of color #533524: hue angle of 21.7º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533524 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB835336-
CMYK00.360.570.67
HSL21.7º39.5%23.33%-
HSV(B)21.7º56.63%32.55%-
XYZ5.164.512.27-
YUV60.03114.44144.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 36 (14.45% from 255) = 20.93%
R=48.26%
G=30.81%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83533600.360.570.6721.739.523.33
Hex5335240243943162717
Octal123654404471103264727
Binary1010011110101100100010010011100110000111011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533524; }

 p { color: rgb(83,53,36); }

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

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

 a { background-color: rgb(83,53,36); }

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

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

 span { border-color: rgb(83,53,36); }

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