#381815

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

Shades of Seal Brown #381815

Tints of Seal Brown #381815

Color information

#381815 (or 0x381815) is unknown color: approx Seal Brown. HEX triplet: 38, 18 and 15. RGB value is (56,24,21). Sum of RGB (Red+Green+Blue) = 56+24+21=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381815 is #C7E7EA. Grayscale: #212121. Windows color (decimal): -13101035 or 1382456. OLE color: 1382456.

HSL color Cylindrical-coordinate representation of color #381815: hue angle of 5.14º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381815 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB562421-
CMYK00.570.630.78
HSL5.14º45.45%15.1%-
HSV(B)5.14º62.5%21.96%-
XYZ2.091.550.9-
YUV33.23121.1144.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 24 (9.77% from 255) = 23.76%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=55.45%
G=23.76%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56242100.570.630.785.1445.4515.1
Hex3818150393F4E52df
Octal7030250717711655517
Binary1110001100010101011100111111110011101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381815; }

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

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

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

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

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

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

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

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