#381F15

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

Shades of Brown Pod #381F15

Tints of Brown Pod #381F15

Color information

#381F15 (or 0x381F15) is unknown color: approx Brown Pod. HEX triplet: 38, 1F and 15. RGB value is (56,31,21). Sum of RGB (Red+Green+Blue) = 56+31+21=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #381F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F15 is #C7E0EA. Grayscale: #252525. Windows color (decimal): -13099243 or 1384248. OLE color: 1384248.

HSL color Cylindrical-coordinate representation of color #381F15: hue angle of 17.14º 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 #381F15 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB563121-
CMYK00.450.630.78
HSL17.14º45.45%15.1%-
HSV(B)17.14º62.5%21.96%-
XYZ2.261.870.95-
YUV37.34118.78141.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 31 (12.5% from 255) = 28.70%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=51.85%
G=28.70%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56312100.450.630.7817.1445.4515.1
Hex381F1502D3F4E112df
Octal70372505577116215517
Binary111000111111010101011011111111001110100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381F15; }

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

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

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

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

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

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

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

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