#423A25

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

Shades of Birch #423A25

Tints of Birch #423A25

Color information

#423A25 (or 0x423A25) is unknown color: approx Birch. HEX triplet: 42, 3A and 25. RGB value is (66,58,37). Sum of RGB (Red+Green+Blue) = 66+58+37=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #423A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A25 is #BDC5DA. Grayscale: #3A3A3A. Windows color (decimal): -12436955 or 2439746. OLE color: 2439746.

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

Color convert

RGB665837-
CMYK00.120.440.74
HSL43.45º28.16%20.2%-
HSV(B)43.45º43.94%25.88%-
XYZ4.094.322.37-
YUV58116.15133.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=40.99%
G=36.02%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66583700.120.440.7443.4528.1620.2
Hex423A250C2C4A2b1c14
Octal102724501454112533424
Binary10000101110101001010110010110010010101010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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