#381006

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

Shades of Seal Brown #381006

Tints of Seal Brown #381006

Color information

#381006 (or 0x381006) is unknown color: approx Seal Brown. HEX triplet: 38, 10 and 06. RGB value is (56,16,6). Sum of RGB (Red+Green+Blue) = 56+16+6=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #381006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381006 is #C7EFF9. Grayscale: #1A1A1A. Windows color (decimal): -13103098 or 397368. OLE color: 397368.

HSL color Cylindrical-coordinate representation of color #381006: hue angle of 12º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381006 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB56166-
CMYK00.710.890.78
HSL12º80.65%12.16%-
HSV(B)12º89.29%21.96%-
XYZ1.851.220.31-
YUV26.82116.25148.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 6 (2.73% from 255) = 7.69%
R=71.79%
G=20.51%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5616600.710.890.781280.6512.16
Hex38106047594Ec51c
Octal7020601071311161412114
Binary111000100001100100011110110011001110110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381006; }

 p { color: rgb(56,16,6); }

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

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

 a { background-color: rgb(56,16,6); }

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

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

 span { border-color: rgb(56,16,6); }

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