#402119

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

Shades of Brown Pod #402119

Tints of Brown Pod #402119

Color information

#402119 (or 0x402119) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 19. RGB value is (64,33,25). Sum of RGB (Red+Green+Blue) = 64+33+25=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #402119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402119 is #BFDEE6. Grayscale: #292929. Windows color (decimal): -12574439 or 1646912. OLE color: 1646912.

HSL color Cylindrical-coordinate representation of color #402119: hue angle of 12.31º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402119 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB643325-
CMYK00.480.610.75
HSL12.31º43.82%17.45%-
HSV(B)12.31º60.94%25.1%-
XYZ2.832.251.2-
YUV41.36118.77144.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=52.46%
G=27.05%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64332500.480.610.7512.3143.8217.45
Hex4021190303D4Bc2c11
Octal100413106075113145421
Binary10000001000011100101100001111011001011110010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402119; }

 p { color: rgb(64,33,25); }

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

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

 a { background-color: rgb(64,33,25); }

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

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

 span { border-color: rgb(64,33,25); }

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