#3B3528

Color #3B3528 Birch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Birch #3B3528

Tints of Birch #3B3528

Color information

#3B3528 (or 0x3B3528) is unknown color: approx Birch. HEX triplet: 3B, 35 and 28. RGB value is (59,53,40). Sum of RGB (Red+Green+Blue) = 59+53+40=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3528 is #C4CAD7. Grayscale: #353535. Windows color (decimal): -12896984 or 2635067. OLE color: 2635067.

HSL color Cylindrical-coordinate representation of color #3B3528: hue angle of 41.05º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B3528 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.77.

Color convert

RGB595340-
CMYK00.100.320.77
HSL41.05º19.19%19.41%-
HSV(B)41.05º32.2%23.14%-
XYZ3.463.632.53-
YUV53.31120.49132.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=38.82%
G=34.87%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59534000.100.320.7741.0519.1919.41
Hex3B35280A204D291313
Octal73655001240115512323
Binary1110111101011010000101010000010011011010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B3528; }

 p { color: rgb(59,53,40); }

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

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

 a { background-color: rgb(59,53,40); }

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

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

 span { border-color: rgb(59,53,40); }

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