#381F19

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

Shades of Brown Pod #381F19

Tints of Brown Pod #381F19

Color information

#381F19 (or 0x381F19) is unknown color: approx Brown Pod. HEX triplet: 38, 1F and 19. RGB value is (56,31,25). Sum of RGB (Red+Green+Blue) = 56+31+25=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #381F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F19 is #C7E0E6. Grayscale: #252525. Windows color (decimal): -13099239 or 1646392. OLE color: 1646392.

HSL color Cylindrical-coordinate representation of color #381F19: hue angle of 11.61º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381F19 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB563125-
CMYK00.450.550.78
HSL11.61º38.27%15.88%-
HSV(B)11.61º55.36%21.96%-
XYZ2.31.891.16-
YUV37.79120.78140.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=50%
G=27.68%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56312500.450.550.7811.6138.2715.88
Hex381F1902D374Ec2610
Octal70373105567116144620
Binary111000111111100101011011101111001110110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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