#371306

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

Shades of Seal Brown #371306

Tints of Seal Brown #371306

Color information

#371306 (or 0x371306) is unknown color: approx Seal Brown. HEX triplet: 37, 13 and 06. RGB value is (55,19,6). Sum of RGB (Red+Green+Blue) = 55+19+6=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #371306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371306 is #C8ECF9. Grayscale: #1C1C1C. Windows color (decimal): -13167866 or 398135. OLE color: 398135.

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

Color convert

RGB55196-
CMYK00.650.890.78
HSL15.92º80.33%11.96%-
HSV(B)15.92º89.09%21.57%-
XYZ1.841.290.32-
YUV28.28115.43147.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 68.75%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 6 (2.73% from 255) = 7.5%
R=68.75%
G=23.75%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5519600.650.890.7815.9280.3311.96
Hex37136041594E1050c
Octal6723601011311162012014
Binary1101111001111001000001101100110011101000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371306; }

 p { color: rgb(55,19,6); }

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

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

 a { background-color: rgb(55,19,6); }

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

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

 span { border-color: rgb(55,19,6); }

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