#382520

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

Shades of Brown Pod #382520

Tints of Brown Pod #382520

Color information

#382520 (or 0x382520) is unknown color: approx Brown Pod. HEX triplet: 38, 25 and 20. RGB value is (56,37,32). Sum of RGB (Red+Green+Blue) = 56+37+32=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #382520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382520 is #C7DADF. Grayscale: #2A2A2A. Windows color (decimal): -13097696 or 2106680. OLE color: 2106680.

HSL color Cylindrical-coordinate representation of color #382520: hue angle of 12.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382520 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB563732-
CMYK00.340.430.78
HSL12.5º27.27%17.25%-
HSV(B)12.5º42.86%21.96%-
XYZ2.552.271.67-
YUV42.11122.29137.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=44.8%
G=29.6%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56373200.340.430.7812.527.2717.25
Hex3825200222B4Ed1b11
Octal70454004253116153321
Binary1110001001011000000100010101011100111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382520; }

 p { color: rgb(56,37,32); }

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

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

 a { background-color: rgb(56,37,32); }

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

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

 span { border-color: rgb(56,37,32); }

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