#402319

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

Shades of Brown Pod #402319

Tints of Brown Pod #402319

Color information

#402319 (or 0x402319) is unknown color: approx Brown Pod. HEX triplet: 40, 23 and 19. RGB value is (64,35,25). Sum of RGB (Red+Green+Blue) = 64+35+25=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402319 is #BFDCE6. Grayscale: #2A2A2A. Windows color (decimal): -12573927 or 1647424. OLE color: 1647424.

HSL color Cylindrical-coordinate representation of color #402319: hue angle of 15.38º 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 #402319 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB643525-
CMYK00.450.610.75
HSL15.38º43.82%17.45%-
HSV(B)15.38º60.94%25.1%-
XYZ2.892.361.22-
YUV42.53118.11143.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=51.61%
G=28.23%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64352500.450.610.7515.3843.8217.45
Hex40231902D3D4Bf2c11
Octal100433105575113175421
Binary10000001000111100101011011111011001011111110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402319; }

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

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

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

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

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

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

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

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