#391002

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

Shades of Seal Brown #391002

Tints of Seal Brown #391002

Color information

#391002 (or 0x391002) is unknown color: approx Seal Brown. HEX triplet: 39, 10 and 02. RGB value is (57,16,2). Sum of RGB (Red+Green+Blue) = 57+16+2=75 (9% of max value = 765). Red value is 57 (22.66% from 255 or 76% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 57 - color contains mainly: red. Hex color #391002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391002 is #C6EFFD. Grayscale: #1A1A1A. Windows color (decimal): -13037566 or 135225. OLE color: 135225.

HSL color Cylindrical-coordinate representation of color #391002: hue angle of 15.27º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #391002 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB57162-
CMYK00.720.960.78
HSL15.27º93.22%11.57%-
HSV(B)15.27º96.49%22.35%-
XYZ1.881.240.2-
YUV26.66114.08149.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 76%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 2 (1.17% from 255) = 2.67%
R=76%
G=21.33%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5716200.720.960.7815.2793.2211.57
Hex39102048604Ef5dc
Octal7120201101401161713514
Binary11100110000100100100011000001001110111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391002; }

 p { color: rgb(57,16,2); }

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

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

 a { background-color: rgb(57,16,2); }

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

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

 span { border-color: rgb(57,16,2); }

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