#423B2B

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

Shades of Birch #423B2B

Tints of Birch #423B2B

Color information

#423B2B (or 0x423B2B) is unknown color: approx Birch. HEX triplet: 42, 3B and 2B. RGB value is (66,59,43). Sum of RGB (Red+Green+Blue) = 66+59+43=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #423B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B2B is #BDC4D4. Grayscale: #3B3B3B. Windows color (decimal): -12436693 or 2833218. OLE color: 2833218.

HSL color Cylindrical-coordinate representation of color #423B2B: hue angle of 41.74º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #423B2B is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB665943-
CMYK00.110.350.74
HSL41.74º21.1%21.37%-
HSV(B)41.74º34.85%25.88%-
XYZ4.254.462.92-
YUV59.27118.82132.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 59 (23.44% from 255) = 35.12%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=39.29%
G=35.12%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66594300.110.350.7441.7421.121.37
Hex423B2B0B234A2a1515
Octal102735301343112522525
Binary10000101110111010110101110001110010101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423B2B; }

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

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

<style>
 a { background-color: #423B2B; }

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

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

<style>
 span { border-color: #423B2B; }

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

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