#423C30

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

Shades of Birch #423C30

Tints of Birch #423C30

Color information

#423C30 (or 0x423C30) is unknown color: approx Birch. HEX triplet: 42, 3C and 30. RGB value is (66,60,48). Sum of RGB (Red+Green+Blue) = 66+60+48=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #423C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C30 is #BDC3CF. Grayscale: #3C3C3C. Windows color (decimal): -12436432 or 3161154. OLE color: 3161154.

HSL color Cylindrical-coordinate representation of color #423C30: hue angle of 40º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423C30 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB666048-
CMYK00.090.270.74
HSL40º15.79%22.35%-
HSV(B)40º27.27%25.88%-
XYZ4.44.63.45-
YUV60.43120.99131.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=37.93%
G=34.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66604800.090.270.744015.7922.35
Hex423C30091B4A281016
Octal102746001133112502026
Binary1000010111100110000010011101110010101010001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,60,48); }

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

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

 a { background-color: rgb(66,60,48); }

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

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

 span { border-color: rgb(66,60,48); }

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