#422318

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

Shades of Brown Pod #422318

Tints of Brown Pod #422318

Color information

#422318 (or 0x422318) is unknown color: approx Brown Pod. HEX triplet: 42, 23 and 18. RGB value is (66,35,24). Sum of RGB (Red+Green+Blue) = 66+35+24=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #422318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422318 is #BDDCE7. Grayscale: #2B2B2B. Windows color (decimal): -12442856 or 1581890. OLE color: 1581890.

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

Color convert

RGB663524-
CMYK00.470.640.74
HSL15.71º46.67%17.65%-
HSV(B)15.71º63.64%25.88%-
XYZ3.012.431.17-
YUV43.01117.27144.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.8%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=52.8%
G=28%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66352400.470.640.7415.7146.6717.65
Hex42231802F404A102f12
Octal1024330057100112205722
Binary1000010100011110000101111100000010010101000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422318; }

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

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

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

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

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

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

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

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