#301716

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

Shades of Seal Brown #301716

Tints of Seal Brown #301716

Color information

#301716 (or 0x301716) is unknown color: approx Seal Brown. HEX triplet: 30, 17 and 16. RGB value is (48,23,22). Sum of RGB (Red+Green+Blue) = 48+23+22=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301716 is #CFE8E9. Grayscale: #1E1E1E. Windows color (decimal): -13625578 or 1447728. OLE color: 1447728.

HSL color Cylindrical-coordinate representation of color #301716: hue angle of 2.31º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301716 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB482322-
CMYK00.520.540.81
HSL2.31º37.14%13.73%-
HSV(B)2.31º54.17%18.82%-
XYZ1.671.30.92-
YUV30.36123.28140.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 23 (9.38% from 255) = 24.73%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=51.61%
G=24.73%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48232200.520.540.812.3137.1413.73
Hex3017160343651225e
Octal6027260646612124516
Binary110000101111011001101001101101010001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301716; }

 p { color: rgb(48,23,22); }

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

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

 a { background-color: rgb(48,23,22); }

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

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

 span { border-color: rgb(48,23,22); }

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