#423A28

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

Shades of Birch #423A28

Tints of Birch #423A28

Color information

#423A28 (or 0x423A28) is unknown color: approx Birch. HEX triplet: 42, 3A and 28. RGB value is (66,58,40). Sum of RGB (Red+Green+Blue) = 66+58+40=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #423A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A28 is #BDC5D7. Grayscale: #3A3A3A. Windows color (decimal): -12436952 or 2636354. OLE color: 2636354.

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

Color convert

RGB665840-
CMYK00.120.390.74
HSL41.54º24.53%20.78%-
HSV(B)41.54º39.39%25.88%-
XYZ4.144.342.63-
YUV58.34117.65133.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=40.24%
G=35.37%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66584000.120.390.7441.5424.5320.78
Hex423A280C274A2a1915
Octal102725001447112523125
Binary10000101110101010000110010011110010101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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