#381611

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

Shades of Seal Brown #381611

Tints of Seal Brown #381611

Color information

#381611 (or 0x381611) is unknown color: approx Seal Brown. HEX triplet: 38, 16 and 11. RGB value is (56,22,17). Sum of RGB (Red+Green+Blue) = 56+22+17=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381611 is #C7E9EE. Grayscale: #1F1F1F. Windows color (decimal): -13101551 or 1119800. OLE color: 1119800.

HSL color Cylindrical-coordinate representation of color #381611: hue angle of 7.69º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381611 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB562217-
CMYK00.610.700.78
HSL7.69º53.42%14.31%-
HSV(B)7.69º69.64%21.96%-
XYZ2.021.460.7-
YUV31.6119.76145.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=58.95%
G=23.16%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56221700.610.700.787.6953.4214.31
Hex38161103D464E835e
Octal702621075106116106516
Binary111000101101000101111011000110100111010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381611; }

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

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

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

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

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

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

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

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