#381917

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

Shades of Seal Brown #381917

Tints of Seal Brown #381917

Color information

#381917 (or 0x381917) is unknown color: approx Seal Brown. HEX triplet: 38, 19 and 17. RGB value is (56,25,23). Sum of RGB (Red+Green+Blue) = 56+25+23=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381917 is #C7E6E8. Grayscale: #222222. Windows color (decimal): -13100777 or 1513784. OLE color: 1513784.

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

Color convert

RGB562523-
CMYK00.550.590.78
HSL3.64º41.77%15.49%-
HSV(B)3.64º58.93%21.96%-
XYZ2.131.61.01-
YUV34.04121.77143.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 25 (10.16% from 255) = 24.04%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=53.85%
G=24.04%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56252300.550.590.783.6441.7715.49
Hex3819170373B4E42af
Octal7031270677311645217
Binary1110001100110111011011111101110011101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381917; }

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

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

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

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

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

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

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

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