#300705

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

Shades of Seal Brown #300705

Tints of Seal Brown #300705

Color information

#300705 (or 0x300705) is unknown color: approx Seal Brown. HEX triplet: 30, 07 and 05. RGB value is (48,7,5). Sum of RGB (Red+Green+Blue) = 48+7+5=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300705 is #CFF8FA. Grayscale: #131313. Windows color (decimal): -13629691 or 329520. OLE color: 329520.

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

Color convert

RGB4875-
CMYK00.850.900.81
HSL2.79º81.13%10.39%-
HSV(B)2.79º89.58%18.82%-
XYZ1.320.790.23-
YUV19.03120.08148.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 80%
GREEN value IS 7 (3.12% from 255) = 11.67%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=80%
G=11.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal487500.850.900.812.7981.1310.39
Hex30750555A51351a
Octal60750125132121312112
Binary11000011110101010101101101010100011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300705; }

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

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

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

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

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

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

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

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