#321207

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

Shades of Seal Brown #321207

Tints of Seal Brown #321207

Color information

#321207 (or 0x321207) is unknown color: approx Seal Brown. HEX triplet: 32, 12 and 07. RGB value is (50,18,7). Sum of RGB (Red+Green+Blue) = 50+18+7=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #321207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321207 is #CDEDF8. Grayscale: #1A1A1A. Windows color (decimal): -13495801 or 463410. OLE color: 463410.

HSL color Cylindrical-coordinate representation of color #321207: hue angle of 15.35º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321207 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.80.

Color convert

RGB50187-
CMYK00.640.860.80
HSL15.35º75.44%11.18%-
HSV(B)15.35º86%19.61%-
XYZ1.571.130.34-
YUV26.31117.1144.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 7 (3.12% from 255) = 9.33%
R=66.67%
G=24%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5018700.640.860.8015.3575.4411.18
Hex321270405650f4bb
Octal6222701001261201711313
Binary110010100101110100000010101101010000111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321207; }

 p { color: rgb(50,18,7); }

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

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

 a { background-color: rgb(50,18,7); }

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

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

 span { border-color: rgb(50,18,7); }

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