#381E1B

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

Shades of Brown Pod #381E1B

Tints of Brown Pod #381E1B

Color information

#381E1B (or 0x381E1B) is unknown color: approx Brown Pod. HEX triplet: 38, 1E and 1B. RGB value is (56,30,27). Sum of RGB (Red+Green+Blue) = 56+30+27=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E1B is #C7E1E4. Grayscale: #252525. Windows color (decimal): -13099493 or 1777208. OLE color: 1777208.

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

Color convert

RGB563027-
CMYK00.460.520.78
HSL6.21º34.94%16.27%-
HSV(B)6.21º51.79%21.96%-
XYZ2.291.851.27-
YUV37.43122.11141.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 30 (12.11% from 255) = 26.55%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=49.56%
G=26.55%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56302700.460.520.786.2134.9416.27
Hex381E1B02E344E62310
Octal7036330566411664320
Binary11100011110110110101110110100100111011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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