Html Css Color HEX #301309 Seal Brown

📋 copy color: '#301309'

red 48 ◦ green 19 ◦ blue 9

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

Shades of Seal Brown #301309

Tints of Seal Brown #301309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25%

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

R = 63.16%
G = 25%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#301309 (or 0x301309) is known color: Seal Brown. HEX triplet: 30, 13 and 09. RGB value is (48,19,9). Sum of RGB (Red+Green+Blue) = 48+19+9=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301309 is #CFECF6. Grayscale: #1A1A1A. Windows color (decimal): -13626615 or 594736. OLE color: 594736.

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

Color convert

RGB 48 19 9 -
CMYK 0 0.60 0.81 0.81
HSL 15.38º 0.68% 0.11% -
HSV(B) 15.38º 0.81% 0.19% -
XYZ 1.5 1.11 0.39 -
YUV 26.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 48 19 9 0 0.60 0.81 0.81 15.38 0.68 0.11
Hex 30 13 9 0 3C 51 51 F 44 B
Octal 60 23 11 0 74 121 121 17 104 13
Binary 110000 10011 1001 0 111100 1010001 1010001 1111 1000100 1011

Color Harmonies of #301309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301309

Black with #301309

Text Example


Text Example

White with #301309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301309; }

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

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

background-color css

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

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

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

border-color css

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

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

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