#301207

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

Shades of Seal Brown #301207

Tints of Seal Brown #301207

Color information

#301207 (or 0x301207) is unknown color: approx Seal Brown. HEX triplet: 30, 12 and 07. RGB value is (48,18,7). Sum of RGB (Red+Green+Blue) = 48+18+7=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #301207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301207 is #CFEDF8. Grayscale: #191919. Windows color (decimal): -13626873 or 463408. OLE color: 463408.

HSL color Cylindrical-coordinate representation of color #301207: hue angle of 16.1º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301207 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB48187-
CMYK00.630.850.81
HSL16.1º74.55%10.78%-
HSV(B)16.1º85.42%18.82%-
XYZ1.471.080.33-
YUV25.72117.44143.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 7 (3.12% from 255) = 9.59%
R=65.75%
G=24.66%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4818700.630.850.8116.174.5510.78
Hex3012703F5551104bb
Octal602270771251212011313
Binary110000100101110111111101010110100011000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301207; }

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

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

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

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

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

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

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

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