#381F1D

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

Shades of Seal Brown #381F1D

Tints of Seal Brown #381F1D

Color information

#381F1D (or 0x381F1D) is unknown color: approx Seal Brown. HEX triplet: 38, 1F and 1D. RGB value is (56,31,29). Sum of RGB (Red+Green+Blue) = 56+31+29=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #381F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F1D is #C7E0E2. Grayscale: #262626. Windows color (decimal): -13099235 or 1908536. OLE color: 1908536.

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

Color convert

RGB563129-
CMYK00.450.480.78
HSL4.44º31.76%16.67%-
HSV(B)4.44º48.21%21.96%-
XYZ2.341.911.41-
YUV38.25122.78140.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 29 (11.72% from 255) = 25%
R=48.28%
G=26.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56312900.450.480.784.4431.7616.67
Hex381F1D02D304E42011
Octal7037350556011644021
Binary11100011111111010101101110000100111010010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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