#3A200D

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

Shades of Brown Pod #3A200D

Tints of Brown Pod #3A200D

Color information

#3A200D (or 0x3A200D) is unknown color: approx Brown Pod. HEX triplet: 3A, 20 and 0D. RGB value is (58,32,13). Sum of RGB (Red+Green+Blue) = 58+32+13=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A200D is #C5DFF2. Grayscale: #252525. Windows color (decimal): -12967923 or 860218. OLE color: 860218.

HSL color Cylindrical-coordinate representation of color #3A200D: hue angle of 25.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A200D is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB583213-
CMYK00.450.780.77
HSL25.33º63.38%13.92%-
HSV(B)25.33º77.59%22.75%-
XYZ2.331.960.64-
YUV37.61114.11142.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 56.31%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=56.31%
G=31.07%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58321300.450.780.7725.3363.3813.92
Hex3A20D02D4E4D193fe
Octal724015055116115317716
Binary1110101000001101010110110011101001101110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A200D; }

 p { color: rgb(58,32,13); }

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

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

 a { background-color: rgb(58,32,13); }

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

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

 span { border-color: rgb(58,32,13); }

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