#381307

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

Shades of Seal Brown #381307

Tints of Seal Brown #381307

Color information

#381307 (or 0x381307) is unknown color: approx Seal Brown. HEX triplet: 38, 13 and 07. RGB value is (56,19,7). Sum of RGB (Red+Green+Blue) = 56+19+7=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381307 is #C7ECF8. Grayscale: #1C1C1C. Windows color (decimal): -13102329 or 463672. OLE color: 463672.

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

Color convert

RGB56197-
CMYK00.660.880.78
HSL14.69º77.78%12.35%-
HSV(B)14.69º87.5%21.96%-
XYZ1.91.320.36-
YUV28.7115.76147.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 7 (3.12% from 255) = 8.54%
R=68.29%
G=23.17%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5619700.660.880.7814.6977.7812.35
Hex38137042584Ef4ec
Octal7023701021301161711614
Binary111000100111110100001010110001001110111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381307; }

 p { color: rgb(56,19,7); }

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

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

 a { background-color: rgb(56,19,7); }

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

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

 span { border-color: rgb(56,19,7); }

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