Html Css Color HEX #300907 Seal Brown

📋 copy color: '#300907'

red 48 ◦ green 9 ◦ blue 7

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

Shades of Seal Brown #300907

Tints of Seal Brown #300907

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.06%

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

R = 75%
G = 14.06%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#300907 (or 0x300907) is known color: Seal Brown. HEX triplet: 30, 09 and 07. RGB value is (48,9,7). Sum of RGB (Red+Green+Blue) = 48+9+7=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #300907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300907 is #CFF6F8. Grayscale: #141414. Windows color (decimal): -13629177 or 461104. OLE color: 461104.

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

Color convert

RGB 48 9 7 -
CMYK 0 0.81 0.85 0.81
HSL 2.93º 0.75% 0.11% -
HSV(B) 2.93º 0.85% 0.19% -
XYZ 1.35 0.84 0.29 -
YUV 20.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 48 9 7 0 0.81 0.85 0.81 2.93 0.75 0.11
Hex 30 9 7 0 51 55 51 3 4B B
Octal 60 11 7 0 121 125 121 3 113 13
Binary 110000 1001 111 0 1010001 1010101 1010001 11 1001011 1011

Color Harmonies of #300907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300907

Black with #300907

Text Example


Text Example

White with #300907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300907; }

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

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

background-color css

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

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

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

border-color css

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

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

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