Html Css Color HEX #300A07 Seal Brown

📋 copy color: '#300A07'

red 48 ◦ green 10 ◦ blue 7

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

Shades of Seal Brown #300A07

Tints of Seal Brown #300A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.38%

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

R = 73.85%
G = 15.38%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#300A07 (or 0x300A07) is known color: Seal Brown. HEX triplet: 30, 0A and 07. RGB value is (48,10,7). Sum of RGB (Red+Green+Blue) = 48+10+7=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #300A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A07 is #CFF5F8. Grayscale: #151515. Windows color (decimal): -13628921 or 461360. OLE color: 461360.

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

Color convert

RGB 48 10 7 -
CMYK 0 0.79 0.85 0.81
HSL 4.39º 0.75% 0.11% -
HSV(B) 4.39º 0.85% 0.19% -
XYZ 1.37 0.86 0.3 -
YUV 21.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 48 10 7 0 0.79 0.85 0.81 4.39 0.75 0.11
Hex 30 A 7 0 4F 55 51 4 4B B
Octal 60 12 7 0 117 125 121 4 113 13
Binary 110000 1010 111 0 1001111 1010101 1010001 100 1001011 1011

Color Harmonies of #300A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A07

Black with #300A07

Text Example


Text Example

White with #300A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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