#381716

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

Shades of Seal Brown #381716

Tints of Seal Brown #381716

Color information

#381716 (or 0x381716) is unknown color: approx Seal Brown. HEX triplet: 38, 17 and 16. RGB value is (56,23,22). Sum of RGB (Red+Green+Blue) = 56+23+22=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381716 is #C7E8E9. Grayscale: #202020. Windows color (decimal): -13101290 or 1447736. OLE color: 1447736.

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

Color convert

RGB562322-
CMYK00.590.610.78
HSL1.76º43.59%15.29%-
HSV(B)1.76º60.71%21.96%-
XYZ2.081.510.94-
YUV32.75121.93144.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 23 (9.38% from 255) = 22.77%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=55.45%
G=22.77%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56232200.590.610.781.7643.5915.29
Hex38171603B3D4E22cf
Octal7027260737511625417
Binary111000101111011001110111111011001110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381716; }

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

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

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

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

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

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

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

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