#533A29

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

Shades of Bracken #533A29

Tints of Bracken #533A29

Color information

#533A29 (or 0x533A29) is unknown color: approx Bracken. HEX triplet: 53, 3A and 29. RGB value is (83,58,41). Sum of RGB (Red+Green+Blue) = 83+58+41=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #533A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A29 is #ACC5D6. Grayscale: #3F3F3F. Windows color (decimal): -11322839 or 2701907. OLE color: 2701907.

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

Color convert

RGB835841-
CMYK00.300.510.67
HSL24.29º33.87%24.31%-
HSV(B)24.29º50.6%32.55%-
XYZ5.485.032.78-
YUV63.54115.28141.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=45.60%
G=31.87%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83584100.300.510.6724.2933.8724.31
Hex533A2901E3343182218
Octal123725103663103304230
Binary101001111101010100101111011001110000111100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,58,41); }

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

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

 a { background-color: rgb(83,58,41); }

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

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

 span { border-color: rgb(83,58,41); }

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