#423A2A

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

Shades of Birch #423A2A

Tints of Birch #423A2A

Color information

#423A2A (or 0x423A2A) is unknown color: approx Birch. HEX triplet: 42, 3A and 2A. RGB value is (66,58,42). Sum of RGB (Red+Green+Blue) = 66+58+42=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #423A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A2A is #BDC5D5. Grayscale: #3A3A3A. Windows color (decimal): -12436950 or 2767426. OLE color: 2767426.

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

Color convert

RGB665842-
CMYK00.120.360.74
HSL40º22.22%21.18%-
HSV(B)40º36.36%25.88%-
XYZ4.184.352.81-
YUV58.57118.65133.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=39.76%
G=34.94%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66584200.120.360.744022.2221.18
Hex423A2A0C244A281615
Octal102725201444112502625
Binary10000101110101010100110010010010010101010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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