#422315

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

Shades of Brown Pod #422315

Tints of Brown Pod #422315

Color information

#422315 (or 0x422315) is unknown color: approx Brown Pod. HEX triplet: 42, 23 and 15. RGB value is (66,35,21). Sum of RGB (Red+Green+Blue) = 66+35+21=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #422315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422315 is #BDDCEA. Grayscale: #2A2A2A. Windows color (decimal): -12442859 or 1385282. OLE color: 1385282.

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

Color convert

RGB663521-
CMYK00.470.680.74
HSL18.67º51.72%17.06%-
HSV(B)18.67º68.18%25.88%-
XYZ2.982.411.02-
YUV42.67115.77144.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.10%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=54.10%
G=28.69%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66352100.470.680.7418.6751.7217.06
Hex42231502F444A133411
Octal1024325057104112236421
Binary1000010100011101010101111100010010010101001111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422315; }

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

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

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

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

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

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

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

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