#413B30

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

Shades of Birch #413B30

Tints of Birch #413B30

Color information

#413B30 (or 0x413B30) is unknown color: approx Birch. HEX triplet: 41, 3B and 30. RGB value is (65,59,48). Sum of RGB (Red+Green+Blue) = 65+59+48=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B30 is #BEC4CF. Grayscale: #3B3B3B. Windows color (decimal): -12502224 or 3160897. OLE color: 3160897.

HSL color Cylindrical-coordinate representation of color #413B30: hue angle of 38.82º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413B30 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB655948-
CMYK00.090.260.75
HSL38.82º15.04%22.16%-
HSV(B)38.82º26.15%25.49%-
XYZ4.284.473.43-
YUV59.54121.49131.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=37.79%
G=34.30%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65594800.090.260.7538.8215.0422.16
Hex413B30091A4B27f16
Octal101736001132113471726
Binary100000111101111000001001110101001011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413B30; }

 p { color: rgb(65,59,48); }

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

<style>
 a { background-color: #413B30; }

 a { background-color: rgb(65,59,48); }

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

<style>
 span { border-color: #413B30; }

 span { border-color: rgb(65,59,48); }

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