Html Css Color HEX #301007 Seal Brown

📋 copy color: '#301007'

red 48 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #301007

Tints of Seal Brown #301007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.54%

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

R = 67.61%
G = 22.54%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#301007 (or 0x301007) is known color: Seal Brown. HEX triplet: 30, 10 and 07. RGB value is (48,16,7). Sum of RGB (Red+Green+Blue) = 48+16+7=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 7 (3.12% from 255 or 9.86% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #301007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301007 is #CFEFF8. Grayscale: #181818. Windows color (decimal): -13627385 or 462896. OLE color: 462896.

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

Color convert

RGB 48 16 7 -
CMYK 0 0.67 0.85 0.81
HSL 13.17º 0.75% 0.11% -
HSV(B) 13.17º 0.85% 0.19% -
XYZ 1.44 1.01 0.32 -
YUV 24.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 48 16 7 0 0.67 0.85 0.81 13.17 0.75 0.11
Hex 30 10 7 0 43 55 51 D 4B B
Octal 60 20 7 0 103 125 121 15 113 13
Binary 110000 10000 111 0 1000011 1010101 1010001 1101 1001011 1011

Color Harmonies of #301007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301007

Black with #301007

Text Example


Text Example

White with #301007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301007; }

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

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

background-color css

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

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

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

border-color css

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

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

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