#381715

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

Shades of Seal Brown #381715

Tints of Seal Brown #381715

Color information

#381715 (or 0x381715) is unknown color: approx Seal Brown. HEX triplet: 38, 17 and 15. RGB value is (56,23,21). Sum of RGB (Red+Green+Blue) = 56+23+21=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #381715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381715 is #C7E8EA. Grayscale: #202020. Windows color (decimal): -13101291 or 1382200. OLE color: 1382200.

HSL color Cylindrical-coordinate representation of color #381715: hue angle of 3.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381715 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB562321-
CMYK00.590.630.78
HSL3.43º45.45%15.1%-
HSV(B)3.43º62.5%21.96%-
XYZ2.071.510.89-
YUV32.64121.43144.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 23 (9.38% from 255) = 23%
BLUE value IS 21 (8.59% from 255) = 21%
R=56%
G=23%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56232100.590.630.783.4345.4515.1
Hex38171503B3F4E32df
Octal7027250737711635517
Binary111000101111010101110111111111001110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381715; }

 p { color: rgb(56,23,21); }

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

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

 a { background-color: rgb(56,23,21); }

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

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

 span { border-color: rgb(56,23,21); }

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