#422213

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

Shades of Brown Pod #422213

Tints of Brown Pod #422213

Color information

#422213 (or 0x422213) is unknown color: approx Brown Pod. HEX triplet: 42, 22 and 13. RGB value is (66,34,19). Sum of RGB (Red+Green+Blue) = 66+34+19=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #422213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422213 is #BDDDEC. Grayscale: #292929. Windows color (decimal): -12443117 or 1253954. OLE color: 1253954.

HSL color Cylindrical-coordinate representation of color #422213: hue angle of 19.15º 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 #422213 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB663419-
CMYK00.480.710.74
HSL19.15º55.29%16.67%-
HSV(B)19.15º71.21%25.88%-
XYZ2.942.350.91-
YUV41.86115.1145.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=55.46%
G=28.57%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66341900.480.710.7419.1555.2916.67
Hex422213030474A133711
Octal1024223060107112236721
Binary1000010100010100110110000100011110010101001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422213; }

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

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

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

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

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

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

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

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