#381D1A

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

Shades of Seal Brown #381D1A

Tints of Seal Brown #381D1A

Color information

#381D1A (or 0x381D1A) is unknown color: approx Seal Brown. HEX triplet: 38, 1D and 1A. RGB value is (56,29,26). Sum of RGB (Red+Green+Blue) = 56+29+26=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D1A is #C7E2E5. Grayscale: #242424. Windows color (decimal): -13099750 or 1711416. OLE color: 1711416.

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

Color convert

RGB562926-
CMYK00.480.540.78
HSL36.59%16.08%-
HSV(B)53.57%21.96%-
XYZ2.261.791.2-
YUV36.73121.95141.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 29 (11.72% from 255) = 26.13%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=50.45%
G=26.13%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56292600.480.540.78636.5916.08
Hex381D1A030364E62510
Octal7035320606611664520
Binary11100011101110100110000110110100111011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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