Html Css Color HEX #301916 Seal Brown

📋 copy color: '#301916'

red 48 ◦ green 25 ◦ blue 22

#301916
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #301916

Tints of Seal Brown #301916

RGB

 RED value IS 48 (19.14% from 255) = 50.53%

 GREEN value IS 25 (10.16% from 255) = 26.32%

 BLUE value IS 22 (8.98% from 255) = 23.16%

R = 50.53%
G = 26.32%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#301916 (or 0x301916) is known color: Seal Brown. HEX triplet: 30, 19 and 16. RGB value is (48,25,22). Sum of RGB (Red+Green+Blue) = 48+25+22=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301916 is #CFE6E9. Grayscale: #1F1F1F. Windows color (decimal): -13625066 or 1448240. OLE color: 1448240.

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

Color convert

RGB 48 25 22 -
CMYK 0 0.48 0.54 0.81
HSL 6.92º 0.37% 0.14% -
HSV(B) 6.92º 0.54% 0.19% -
XYZ 1.71 1.38 0.94 -
YUV 31.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 48 25 22 0 0.48 0.54 0.81 6.92 0.37 0.14
Hex 30 19 16 0 30 36 51 7 25 E
Octal 60 31 26 0 60 66 121 7 45 16
Binary 110000 11001 10110 0 110000 110110 1010001 111 100101 1110

Color Harmonies of #301916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301916

Black with #301916

Text Example


Text Example

White with #301916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301916; }

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

 H1.HeaderClassName
 {
   color: #301916;
 }
 .AnyTagClassName
 {
   color: #301916;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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