#533E3E

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

Shades of Woody Brown #533E3E

Tints of Woody Brown #533E3E

Color information

#533E3E (or 0x533E3E) is unknown color: approx Woody Brown. HEX triplet: 53, 3E and 3E. RGB value is (83,62,62). Sum of RGB (Red+Green+Blue) = 83+62+62=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #533E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E3E is #ACC1C1. Grayscale: #444444. Windows color (decimal): -11321794 or 4079187. OLE color: 4079187.

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

Color convert

RGB836262-
CMYK00.250.250.67
HSL14.48%28.43%-
HSV(B)25.3%32.55%-
XYZ6.165.635.32-
YUV68.28124.46138.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 62 (24.61% from 255) = 29.95%
R=40.10%
G=29.95%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83626200.250.250.67014.4828.43
Hex533E3E01919430e1c
Octal12376760313110301634
Binary10100111111101111100110011100110000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,62,62); }

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

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

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

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

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

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

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