Html Css Color HEX #300703 Seal Brown

📋 copy color: '#300703'

red 48 ◦ green 7 ◦ blue 3

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

Shades of Seal Brown #300703

Tints of Seal Brown #300703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.07%

 BLUE value IS 3 (1.56% from 255) = 5.17%

R = 82.76%
G = 12.07%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#300703 (or 0x300703) is known color: Seal Brown. HEX triplet: 30, 07 and 03. RGB value is (48,7,3). Sum of RGB (Red+Green+Blue) = 48+7+3=58 (7% of max value = 765). Red value is 48 (19.14% from 255 or 82.76% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 48 - color contains mainly: red. Hex color #300703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300703 is #CFF8FC. Grayscale: #121212. Windows color (decimal): -13629693 or 198448. OLE color: 198448.

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

Color convert

RGB 48 7 3 -
CMYK 0 0.85 0.94 0.81
HSL 5.33º 0.88% 0.1% -
HSV(B) 5.33º 0.94% 0.19% -
XYZ 1.31 0.79 0.17 -
YUV 18.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 48 7 3 0 0.85 0.94 0.81 5.33 0.88 0.1
Hex 30 7 3 0 55 5E 51 5 58 A
Octal 60 7 3 0 125 136 121 5 130 12
Binary 110000 111 11 0 1010101 1011110 1010001 101 1011000 1010

Color Harmonies of #300703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300703

Black with #300703

Text Example


Text Example

White with #300703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300703; }

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

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

background-color css

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

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

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

border-color css

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

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

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