#382521

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

Shades of Brown Pod #382521

Tints of Brown Pod #382521

Color information

#382521 (or 0x382521) is unknown color: approx Brown Pod. HEX triplet: 38, 25 and 21. RGB value is (56,37,33). Sum of RGB (Red+Green+Blue) = 56+37+33=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382521 is #C7DADE. Grayscale: #2A2A2A. Windows color (decimal): -13097695 or 2172216. OLE color: 2172216.

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

Color convert

RGB563733-
CMYK00.340.410.78
HSL10.43º25.84%17.45%-
HSV(B)10.43º41.07%21.96%-
XYZ2.572.271.74-
YUV42.22122.79137.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=44.44%
G=29.37%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56373300.340.410.7810.4325.8417.45
Hex382521022294Ea1a11
Octal70454104251116123221
Binary1110001001011000010100010101001100111010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382521; }

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

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

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

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

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

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

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

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