#3D3A33

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

Shades of Birch #3D3A33

Tints of Birch #3D3A33

Color information

#3D3A33 (or 0x3D3A33) is unknown color: approx Birch. HEX triplet: 3D, 3A and 33. RGB value is (61,58,51). Sum of RGB (Red+Green+Blue) = 61+58+51=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A33 is #C2C5CC. Grayscale: #3A3A3A. Windows color (decimal): -12764621 or 3357245. OLE color: 3357245.

HSL color Cylindrical-coordinate representation of color #3D3A33: hue angle of 42º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D3A33 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB615851-
CMYK00.050.160.76
HSL42º8.93%21.96%-
HSV(B)42º16.39%23.92%-
XYZ4.044.263.74-
YUV58.1123.99130.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.88%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 51 (20.31% from 255) = 30%
R=35.88%
G=34.12%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61585100.050.160.76428.9321.96
Hex3D3A3305104C2a916
Octal7572630520114521126
Binary1111011110101100110101100001001100101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,58,51); }

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

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

 a { background-color: rgb(61,58,51); }

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

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

 span { border-color: rgb(61,58,51); }

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