#403B30

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

Shades of Birch #403B30

Tints of Birch #403B30

Color information

#403B30 (or 0x403B30) is unknown color: approx Birch. HEX triplet: 40, 3B and 30. RGB value is (64,59,48). Sum of RGB (Red+Green+Blue) = 64+59+48=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #403B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B30 is #BFC4CF. Grayscale: #3B3B3B. Windows color (decimal): -12567760 or 3160896. OLE color: 3160896.

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

Color convert

RGB645948-
CMYK00.080.250.75
HSL41.25º14.29%21.96%-
HSV(B)41.25º25%25.1%-
XYZ4.214.433.43-
YUV59.24121.66131.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 59 (23.44% from 255) = 34.50%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=37.43%
G=34.50%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64594800.080.250.7541.2514.2921.96
Hex403B3008194B29e16
Octal100736001031113511626
Binary100000011101111000001000110011001011101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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