#382621

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

Shades of Brown Pod #382621

Tints of Brown Pod #382621

Color information

#382621 (or 0x382621) is unknown color: approx Brown Pod. HEX triplet: 38, 26 and 21. RGB value is (56,38,33). Sum of RGB (Red+Green+Blue) = 56+38+33=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382621 is #C7D9DE. Grayscale: #2A2A2A. Windows color (decimal): -13097439 or 2172472. OLE color: 2172472.

HSL color Cylindrical-coordinate representation of color #382621: hue angle of 13.04º 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 #382621 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB563833-
CMYK00.320.410.78
HSL13.04º25.84%17.45%-
HSV(B)13.04º41.07%21.96%-
XYZ2.62.341.75-
YUV42.81122.46137.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=44.09%
G=29.92%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56383300.320.410.7813.0425.8417.45
Hex382621020294Ed1a11
Octal70464104051116153221
Binary1110001001101000010100000101001100111011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382621; }

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

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

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

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

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

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

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

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