#402617

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

Shades of Brown Pod #402617

Tints of Brown Pod #402617

Color information

#402617 (or 0x402617) is unknown color: approx Brown Pod. HEX triplet: 40, 26 and 17. RGB value is (64,38,23). Sum of RGB (Red+Green+Blue) = 64+38+23=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #402617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402617 is #BFD9E8. Grayscale: #2C2C2C. Windows color (decimal): -12573161 or 1517120. OLE color: 1517120.

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

Color convert

RGB643823-
CMYK00.410.640.75
HSL21.95º47.13%17.06%-
HSV(B)21.95º64.06%25.1%-
XYZ2.962.541.14-
YUV44.06116.11142.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 23 (9.38% from 255) = 18.4%
R=51.2%
G=30.4%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64382300.410.640.7521.9547.1317.06
Hex402617029404B162f11
Octal1004627051100113265721
Binary1000000100110101110101001100000010010111011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402617; }

 p { color: rgb(64,38,23); }

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

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

 a { background-color: rgb(64,38,23); }

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

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

 span { border-color: rgb(64,38,23); }

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