#301A17

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

Shades of Seal Brown #301A17

Tints of Seal Brown #301A17

Color information

#301A17 (or 0x301A17) is unknown color: approx Seal Brown. HEX triplet: 30, 1A and 17. RGB value is (48,26,23). Sum of RGB (Red+Green+Blue) = 48+26+23=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A17 is #CFE5E8. Grayscale: #202020. Windows color (decimal): -13624809 or 1514032. OLE color: 1514032.

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

Color convert

RGB482623-
CMYK00.460.520.81
HSL7.2º35.21%13.92%-
HSV(B)7.2º52.08%18.82%-
XYZ1.741.430.99-
YUV32.24122.79139.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 23 (9.38% from 255) = 23.71%
R=49.48%
G=26.80%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48262300.460.520.817.235.2113.92
Hex301A1702E3451723e
Octal6032270566412174316
Binary1100001101010111010111011010010100011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301A17; }

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

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

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

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

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

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

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

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