Html Css Color HEX #301409 Seal Brown

📋 copy color: '#301409'

red 48 ◦ green 20 ◦ blue 9

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

Shades of Seal Brown #301409

Tints of Seal Brown #301409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.97%

 BLUE value IS 9 (3.91% from 255) = 11.69%

R = 62.34%
G = 25.97%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#301409 (or 0x301409) is known color: Seal Brown. HEX triplet: 30, 14 and 09. RGB value is (48,20,9). Sum of RGB (Red+Green+Blue) = 48+20+9=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #301409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301409 is #CFEBF6. Grayscale: #1B1B1B. Windows color (decimal): -13626359 or 594992. OLE color: 594992.

HSL color Cylindrical-coordinate representation of color #301409: hue angle of 16.92º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301409 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 20 9 -
CMYK 0 0.58 0.81 0.81
HSL 16.92º 0.68% 0.11% -
HSV(B) 16.92º 0.81% 0.19% -
XYZ 1.52 1.15 0.4 -
YUV 27.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 48 20 9 0 0.58 0.81 0.81 16.92 0.68 0.11
Hex 30 14 9 0 3A 51 51 11 44 B
Octal 60 24 11 0 72 121 121 21 104 13
Binary 110000 10100 1001 0 111010 1010001 1010001 10001 1000100 1011

Color Harmonies of #301409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301409

Black with #301409

Text Example


Text Example

White with #301409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301409; }

 p { color: rgb(48,20,9); }

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

background-color css

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

 a { background-color: rgb(48,20,9); }

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

border-color css

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

 span { border-color: rgb(48,20,9); }

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