#40231C

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

Shades of Brown Pod #40231C

Tints of Brown Pod #40231C

Color information

#40231C (or 0x40231C) is unknown color: approx Brown Pod. HEX triplet: 40, 23 and 1C. RGB value is (64,35,28). Sum of RGB (Red+Green+Blue) = 64+35+28=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40231C is #BFDCE3. Grayscale: #2A2A2A. Windows color (decimal): -12573924 or 1844032. OLE color: 1844032.

HSL color Cylindrical-coordinate representation of color #40231C: hue angle of 11.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40231C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB643528-
CMYK00.450.560.75
HSL11.67º39.13%18.04%-
HSV(B)11.67º56.25%25.1%-
XYZ2.922.381.4-
YUV42.87119.61143.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=50.39%
G=27.56%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64352800.450.560.7511.6739.1318.04
Hex40231C02D384Bc2712
Octal100433405570113144722
Binary10000001000111110001011011110001001011110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40231C; }

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

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

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

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

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

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

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

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