#40210C

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

Shades of Brown Pod #40210C

Tints of Brown Pod #40210C

Color information

#40210C (or 0x40210C) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 0C. RGB value is (64,33,12). Sum of RGB (Red+Green+Blue) = 64+33+12=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #40210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40210C is #BFDEF3. Grayscale: #272727. Windows color (decimal): -12574452 or 794944. OLE color: 794944.

HSL color Cylindrical-coordinate representation of color #40210C: hue angle of 24.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40210C is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB643312-
CMYK00.480.810.75
HSL24.23º68.42%14.9%-
HSV(B)24.23º81.25%25.1%-
XYZ2.722.20.63-
YUV39.88112.27145.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=58.72%
G=30.28%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64331200.480.810.7524.2368.4214.9
Hex4021C030514B1844f
Octal10041140601211133010417
Binary100000010000111000110000101000110010111100010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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