#40251A

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

Shades of Brown Pod #40251A

Tints of Brown Pod #40251A

Color information

#40251A (or 0x40251A) is unknown color: approx Brown Pod. HEX triplet: 40, 25 and 1A. RGB value is (64,37,26). Sum of RGB (Red+Green+Blue) = 64+37+26=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40251A is #BFDAE5. Grayscale: #2B2B2B. Windows color (decimal): -12573414 or 1713472. OLE color: 1713472.

HSL color Cylindrical-coordinate representation of color #40251A: hue angle of 17.37º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40251A is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB643726-
CMYK00.420.590.75
HSL17.37º42.22%17.65%-
HSV(B)17.37º59.38%25.1%-
XYZ2.962.491.3-
YUV43.82117.95142.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=50.39%
G=29.13%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64372600.420.590.7517.3742.2217.65
Hex40251A02A3B4B112a12
Octal100453205273113215222
Binary100000010010111010010101011101110010111000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40251A; }

 p { color: rgb(64,37,26); }

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

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

 a { background-color: rgb(64,37,26); }

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

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

 span { border-color: rgb(64,37,26); }

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