#422313

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

Shades of Brown Pod #422313

Tints of Brown Pod #422313

Color information

#422313 (or 0x422313) is unknown color: approx Brown Pod. HEX triplet: 42, 23 and 13. RGB value is (66,35,19). Sum of RGB (Red+Green+Blue) = 66+35+19=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422313 is #BDDCEC. Grayscale: #2A2A2A. Windows color (decimal): -12442861 or 1254210. OLE color: 1254210.

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

Color convert

RGB663519-
CMYK00.470.710.74
HSL20.43º55.29%16.67%-
HSV(B)20.43º71.21%25.88%-
XYZ2.972.410.92-
YUV42.44114.77144.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=55%
G=29.17%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66351900.470.710.7420.4355.2916.67
Hex42231302F474A143711
Octal1024323057107112246721
Binary1000010100011100110101111100011110010101010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422313; }

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

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

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

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

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

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

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

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