Html Css Color HEX #301307 Seal Brown

📋 copy color: '#301307'

red 48 ◦ green 19 ◦ blue 7

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

Shades of Seal Brown #301307

Tints of Seal Brown #301307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 9.46%

R = 64.86%
G = 25.68%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#301307 (or 0x301307) is known color: Seal Brown. HEX triplet: 30, 13 and 07. RGB value is (48,19,7). Sum of RGB (Red+Green+Blue) = 48+19+7=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #301307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301307 is #CFECF8. Grayscale: #1A1A1A. Windows color (decimal): -13626617 or 463664. OLE color: 463664.

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

Color convert

RGB 48 19 7 -
CMYK 0 0.60 0.85 0.81
HSL 17.56º 0.75% 0.11% -
HSV(B) 17.56º 0.85% 0.19% -
XYZ 1.49 1.11 0.34 -
YUV 26.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 48 19 7 0 0.60 0.85 0.81 17.56 0.75 0.11
Hex 30 13 7 0 3C 55 51 12 4B B
Octal 60 23 7 0 74 125 121 22 113 13
Binary 110000 10011 111 0 111100 1010101 1010001 10010 1001011 1011

Color Harmonies of #301307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301307

Black with #301307

Text Example


Text Example

White with #301307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301307; }

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

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

background-color css

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

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

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

border-color css

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

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

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