#381510

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

Shades of Seal Brown #381510

Tints of Seal Brown #381510

Color information

#381510 (or 0x381510) is unknown color: approx Seal Brown. HEX triplet: 38, 15 and 10. RGB value is (56,21,16). Sum of RGB (Red+Green+Blue) = 56+21+16=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #381510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381510 is #C7EAEF. Grayscale: #1E1E1E. Windows color (decimal): -13101808 or 1054008. OLE color: 1054008.

HSL color Cylindrical-coordinate representation of color #381510: hue angle of 7.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381510 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB562116-
CMYK00.630.710.78
HSL7.5º55.56%14.12%-
HSV(B)7.5º71.43%21.96%-
XYZ1.991.410.66-
YUV30.9119.6145.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=60.22%
G=22.58%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56211600.630.710.787.555.5614.12
Hex38151003F474E838e
Octal702520077107116107016
Binary111000101011000001111111000111100111010001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381510; }

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

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

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

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

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

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

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

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