#381D1B

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

Shades of Seal Brown #381D1B

Tints of Seal Brown #381D1B

Color information

#381D1B (or 0x381D1B) is unknown color: approx Seal Brown. HEX triplet: 38, 1D and 1B. RGB value is (56,29,27). Sum of RGB (Red+Green+Blue) = 56+29+27=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #381D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D1B is #C7E2E4. Grayscale: #242424. Windows color (decimal): -13099749 or 1776952. OLE color: 1776952.

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

Color convert

RGB562927-
CMYK00.480.520.78
HSL4.14º34.94%16.27%-
HSV(B)4.14º51.79%21.96%-
XYZ2.271.81.26-
YUV36.84122.45141.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 25.89%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=50%
G=25.89%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56292700.480.520.784.1434.9416.27
Hex381D1B030344E42310
Octal7035330606411644320
Binary11100011101110110110000110100100111010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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