#423A2B

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

Shades of Birch #423A2B

Tints of Birch #423A2B

Color information

#423A2B (or 0x423A2B) is unknown color: approx Birch. HEX triplet: 42, 3A and 2B. RGB value is (66,58,43). Sum of RGB (Red+Green+Blue) = 66+58+43=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #423A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A2B is #BDC5D4. Grayscale: #3A3A3A. Windows color (decimal): -12436949 or 2832962. OLE color: 2832962.

HSL color Cylindrical-coordinate representation of color #423A2B: hue angle of 39.13º 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 #423A2B is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB665843-
CMYK00.120.350.74
HSL39.13º21.1%21.37%-
HSV(B)39.13º34.85%25.88%-
XYZ4.24.362.91-
YUV58.68119.15133.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=39.52%
G=34.73%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66584300.120.350.7439.1321.121.37
Hex423A2B0C234A271515
Octal102725301443112472525
Binary10000101110101010110110010001110010101001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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