#301711

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

Shades of Seal Brown #301711

Tints of Seal Brown #301711

Color information

#301711 (or 0x301711) is unknown color: approx Seal Brown. HEX triplet: 30, 17 and 11. RGB value is (48,23,17). Sum of RGB (Red+Green+Blue) = 48+23+17=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301711 is #CFE8EE. Grayscale: #1D1D1D. Windows color (decimal): -13625583 or 1120048. OLE color: 1120048.

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

Color convert

RGB482317-
CMYK00.520.650.81
HSL11.61º47.69%12.75%-
HSV(B)11.61º64.58%18.82%-
XYZ1.631.280.69-
YUV29.79120.78140.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 23 (9.38% from 255) = 26.14%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=54.55%
G=26.14%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48231700.520.650.8111.6147.6912.75
Hex3017110344151c30d
Octal602721064101121146015
Binary110000101111000101101001000001101000111001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301711; }

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

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

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

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

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

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

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

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