#382115

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

Shades of Brown Pod #382115

Tints of Brown Pod #382115

Color information

#382115 (or 0x382115) is unknown color: approx Brown Pod. HEX triplet: 38, 21 and 15. RGB value is (56,33,21). Sum of RGB (Red+Green+Blue) = 56+33+21=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382115 is #C7DEEA. Grayscale: #262626. Windows color (decimal): -13098731 or 1384760. OLE color: 1384760.

HSL color Cylindrical-coordinate representation of color #382115: hue angle of 20.57º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382115 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB563321-
CMYK00.410.630.78
HSL20.57º45.45%15.1%-
HSV(B)20.57º62.5%21.96%-
XYZ2.311.980.97-
YUV38.51118.12140.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=50.91%
G=30%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56332100.410.630.7820.5745.4515.1
Hex3821150293F4E152df
Octal70412505177116255517
Binary1110001000011010101010011111111001110101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382115; }

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

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

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

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

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

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

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

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