#423925

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

Shades of Birch #423925

Tints of Birch #423925

Color information

#423925 (or 0x423925) is unknown color: approx Birch. HEX triplet: 42, 39 and 25. RGB value is (66,57,37). Sum of RGB (Red+Green+Blue) = 66+57+37=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #423925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423925 is #BDC6DA. Grayscale: #393939. Windows color (decimal): -12437211 or 2439490. OLE color: 2439490.

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

Color convert

RGB665737-
CMYK00.140.440.74
HSL41.38º28.16%20.2%-
HSV(B)41.38º43.94%25.88%-
XYZ4.044.222.35-
YUV57.41116.48134.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=41.25%
G=35.62%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66573700.140.440.7441.3828.1620.2
Hex4239250E2C4A291c14
Octal102714501654112513424
Binary10000101110011001010111010110010010101010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423925; }

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

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

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

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

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

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

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

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