#391308

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

Shades of Seal Brown #391308

Tints of Seal Brown #391308

Color information

#391308 (or 0x391308) is unknown color: approx Seal Brown. HEX triplet: 39, 13 and 08. RGB value is (57,19,8). Sum of RGB (Red+Green+Blue) = 57+19+8=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #391308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391308 is #C6ECF7. Grayscale: #1D1D1D. Windows color (decimal): -13036792 or 529209. OLE color: 529209.

HSL color Cylindrical-coordinate representation of color #391308: hue angle of 13.47º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391308 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB57198-
CMYK00.670.860.78
HSL13.47º75.38%12.75%-
HSV(B)13.47º85.96%22.35%-
XYZ1.961.350.39-
YUV29.11116.09147.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.86%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=67.86%
G=22.62%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5719800.670.860.7813.4775.3812.75
Hex39138043564Ed4bd
Octal71231001031261161511315
Binary1110011001110000100001110101101001110110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391308; }

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

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

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

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

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

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

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

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