#423928

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

Shades of Birch #423928

Tints of Birch #423928

Color information

#423928 (or 0x423928) is unknown color: approx Birch. HEX triplet: 42, 39 and 28. RGB value is (66,57,40). Sum of RGB (Red+Green+Blue) = 66+57+40=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #423928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423928 is #BDC6D7. Grayscale: #393939. Windows color (decimal): -12437208 or 2636098. OLE color: 2636098.

HSL color Cylindrical-coordinate representation of color #423928: hue angle of 39.23º 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 #423928 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB665740-
CMYK00.140.390.74
HSL39.23º24.53%20.78%-
HSV(B)39.23º39.39%25.88%-
XYZ4.094.242.61-
YUV57.75117.98133.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=40.49%
G=34.97%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66574000.140.390.7439.2324.5320.78
Hex4239280E274A271915
Octal102715001647112473125
Binary10000101110011010000111010011110010101001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423928; }

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

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

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

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

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

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

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

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