#422312

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

Shades of Brown Pod #422312

Tints of Brown Pod #422312

Color information

#422312 (or 0x422312) is unknown color: approx Brown Pod. HEX triplet: 42, 23 and 12. RGB value is (66,35,18). Sum of RGB (Red+Green+Blue) = 66+35+18=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #422312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422312 is #BDDCED. Grayscale: #2A2A2A. Windows color (decimal): -12442862 or 1188674. OLE color: 1188674.

HSL color Cylindrical-coordinate representation of color #422312: hue angle of 21.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422312 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB663518-
CMYK00.470.730.74
HSL21.25º57.14%16.47%-
HSV(B)21.25º72.73%25.88%-
XYZ2.962.40.88-
YUV42.33114.27144.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=55.46%
G=29.41%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66351800.470.730.7421.2557.1416.47
Hex42231202F494A153910
Octal1024322057111112257120
Binary1000010100011100100101111100100110010101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422312; }

 p { color: rgb(66,35,18); }

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

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

 a { background-color: rgb(66,35,18); }

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

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

 span { border-color: rgb(66,35,18); }

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