#390802

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

Shades of Seal Brown #390802

Tints of Seal Brown #390802

Color information

#390802 (or 0x390802) is unknown color: approx Seal Brown. HEX triplet: 39, 08 and 02. RGB value is (57,8,2). Sum of RGB (Red+Green+Blue) = 57+8+2=67 (8% of max value = 765). Red value is 57 (22.66% from 255 or 85.07% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 57 - color contains mainly: red. Hex color #390802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390802 is #C6F7FD. Grayscale: #161616. Windows color (decimal): -13039614 or 133177. OLE color: 133177.

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

Color convert

RGB5782-
CMYK00.860.960.78
HSL6.55º93.22%11.57%-
HSV(B)6.55º96.49%22.35%-
XYZ1.791.050.17-
YUV21.97116.73152.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 85.07%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 2 (1.17% from 255) = 2.99%
R=85.07%
G=11.94%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal578200.860.960.786.5593.2211.57
Hex3982056604E75dc
Octal711020126140116713514
Binary111001100010010101101100000100111011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390802; }

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

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

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

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

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

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

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

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