#381D0F

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

Shades of Brown Pod #381D0F

Tints of Brown Pod #381D0F

Color information

#381D0F (or 0x381D0F) is unknown color: approx Brown Pod. HEX triplet: 38, 1D and 0F. RGB value is (56,29,15). Sum of RGB (Red+Green+Blue) = 56+29+15=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #381D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D0F is #C7E2F0. Grayscale: #232323. Windows color (decimal): -13099761 or 990520. OLE color: 990520.

HSL color Cylindrical-coordinate representation of color #381D0F: hue angle of 20.49º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381D0F is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB562915-
CMYK00.480.730.78
HSL20.49º57.75%13.92%-
HSV(B)20.49º73.21%21.96%-
XYZ2.161.750.68-
YUV35.48116.45142.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 29 (11.72% from 255) = 29%
BLUE value IS 15 (6.25% from 255) = 15%
R=56%
G=29%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56291500.480.730.7820.4957.7513.92
Hex381DF030494E143ae
Octal703517060111116247216
Binary111000111011111011000010010011001110101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,29,15); }

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

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

 a { background-color: rgb(56,29,15); }

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

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

 span { border-color: rgb(56,29,15); }

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