Html Css Color HEX #301209 Seal Brown

📋 copy color: '#301209'

red 48 ◦ green 18 ◦ blue 9

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

Shades of Seal Brown #301209

Tints of Seal Brown #301209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

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

R = 64%
G = 24%
B = 12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#301209 (or 0x301209) is known color: Seal Brown. HEX triplet: 30, 12 and 09. RGB value is (48,18,9). Sum of RGB (Red+Green+Blue) = 48+18+9=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301209 is #CFEDF6. Grayscale: #1A1A1A. Windows color (decimal): -13626871 or 594480. OLE color: 594480.

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

Color convert

RGB 48 18 9 -
CMYK 0 0.63 0.81 0.81
HSL 13.85º 0.68% 0.11% -
HSV(B) 13.85º 0.81% 0.19% -
XYZ 1.48 1.08 0.39 -
YUV 25.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 48 18 9 0 0.63 0.81 0.81 13.85 0.68 0.11
Hex 30 12 9 0 3F 51 51 E 44 B
Octal 60 22 11 0 77 121 121 16 104 13
Binary 110000 10010 1001 0 111111 1010001 1010001 1110 1000100 1011

Color Harmonies of #301209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301209

Black with #301209

Text Example


Text Example

White with #301209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301209; }

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

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

background-color css

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

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

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

border-color css

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

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

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