#381F1B

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

Shades of Brown Pod #381F1B

Tints of Brown Pod #381F1B

Color information

#381F1B (or 0x381F1B) is unknown color: approx Brown Pod. HEX triplet: 38, 1F and 1B. RGB value is (56,31,27). Sum of RGB (Red+Green+Blue) = 56+31+27=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F1B is #C7E0E4. Grayscale: #262626. Windows color (decimal): -13099237 or 1777464. OLE color: 1777464.

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

Color convert

RGB563127-
CMYK00.450.520.78
HSL8.28º34.94%16.27%-
HSV(B)8.28º51.79%21.96%-
XYZ2.321.91.28-
YUV38.02121.78140.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=49.12%
G=27.19%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56312700.450.520.788.2834.9416.27
Hex381F1B02D344E82310
Octal70373305564116104320
Binary111000111111101101011011101001001110100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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