#381811

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

Shades of Seal Brown #381811

Tints of Seal Brown #381811

Color information

#381811 (or 0x381811) is unknown color: approx Seal Brown. HEX triplet: 38, 18 and 11. RGB value is (56,24,17). Sum of RGB (Red+Green+Blue) = 56+24+17=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381811 is #C7E7EE. Grayscale: #202020. Windows color (decimal): -13101039 or 1120312. OLE color: 1120312.

HSL color Cylindrical-coordinate representation of color #381811: hue angle of 10.77º 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 #381811 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB562417-
CMYK00.570.700.78
HSL10.77º53.42%14.31%-
HSV(B)10.77º69.64%21.96%-
XYZ2.061.530.72-
YUV32.77119.1144.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 17 (7.03% from 255) = 17.53%
R=57.73%
G=24.74%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56241700.570.700.7810.7753.4214.31
Hex381811039464Eb35e
Octal703021071106116136516
Binary111000110001000101110011000110100111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381811; }

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

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

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

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

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

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

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

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