#40200A

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

Shades of Brown Pod #40200A

Tints of Brown Pod #40200A

Color information

#40200A (or 0x40200A) is unknown color: approx Brown Pod. HEX triplet: 40, 20 and 0A. RGB value is (64,32,10). Sum of RGB (Red+Green+Blue) = 64+32+10=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #40200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40200A is #BFDFF5. Grayscale: #272727. Windows color (decimal): -12574710 or 663616. OLE color: 663616.

HSL color Cylindrical-coordinate representation of color #40200A: hue angle of 24.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40200A is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB643210-
CMYK00.500.840.75
HSL24.44º72.97%14.51%-
HSV(B)24.44º84.38%25.1%-
XYZ2.692.140.56-
YUV39.06111.6145.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=60.38%
G=30.19%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64321000.500.840.7524.4472.9714.51
Hex4020A032544B1849f
Octal10040120621241133011117
Binary100000010000010100110010101010010010111100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,32,10); }

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

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

 a { background-color: rgb(64,32,10); }

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

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

 span { border-color: rgb(64,32,10); }

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