#3B362B

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

Shades of Birch #3B362B

Tints of Birch #3B362B

Color information

#3B362B (or 0x3B362B) is unknown color: approx Birch. HEX triplet: 3B, 36 and 2B. RGB value is (59,54,43). Sum of RGB (Red+Green+Blue) = 59+54+43=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 59 - color contains mainly: red. Hex color #3B362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B362B is #C4C9D4. Grayscale: #363636. Windows color (decimal): -12896725 or 2831931. OLE color: 2831931.

HSL color Cylindrical-coordinate representation of color #3B362B: hue angle of 41.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B362B is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.77.

Color convert

RGB595443-
CMYK00.080.270.77
HSL41.25º15.69%20%-
HSV(B)41.25º27.12%23.14%-
XYZ3.563.742.82-
YUV54.24121.66131.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.82%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=37.82%
G=34.62%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59544300.080.270.7741.2515.6920
Hex3B362B081B4D291014
Octal73665301033115512024
Binary111011110110101011010001101110011011010011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,54,43); }

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

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

 a { background-color: rgb(59,54,43); }

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

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

 span { border-color: rgb(59,54,43); }

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