#422310

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

Shades of Brown Pod #422310

Tints of Brown Pod #422310

Color information

#422310 (or 0x422310) is unknown color: approx Brown Pod. HEX triplet: 42, 23 and 10. RGB value is (66,35,16). Sum of RGB (Red+Green+Blue) = 66+35+16=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #422310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422310 is #BDDCEF. Grayscale: #2A2A2A. Windows color (decimal): -12442864 or 1057602. OLE color: 1057602.

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

Color convert

RGB663516-
CMYK00.470.760.74
HSL22.8º60.98%16.08%-
HSV(B)22.8º75.76%25.88%-
XYZ2.942.40.8-
YUV42.1113.27145.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.41%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=56.41%
G=29.91%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66351600.470.760.7422.860.9816.08
Hex42231002F4C4A173d10
Octal1024320057114112277520
Binary1000010100011100000101111100110010010101011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422310; }

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

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

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

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

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

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

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

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