#301817

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

Shades of Seal Brown #301817

Tints of Seal Brown #301817

Color information

#301817 (or 0x301817) is unknown color: approx Seal Brown. HEX triplet: 30, 18 and 17. RGB value is (48,24,23). Sum of RGB (Red+Green+Blue) = 48+24+23=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301817 is #CFE7E8. Grayscale: #1F1F1F. Windows color (decimal): -13625321 or 1513520. OLE color: 1513520.

HSL color Cylindrical-coordinate representation of color #301817: hue angle of 2.4º 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 #301817 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB482423-
CMYK00.50.520.81
HSL2.4º35.21%13.92%-
HSV(B)2.4º52.08%18.82%-
XYZ1.71.340.98-
YUV31.06123.45140.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 24 (9.77% from 255) = 25.26%
BLUE value IS 23 (9.38% from 255) = 24.21%
R=50.53%
G=25.26%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48242300.50.520.812.435.2113.92
Hex3018170323451223e
Octal6030270626412124316
Binary110000110001011101100101101001010001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301817; }

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

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

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

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

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

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

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

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