Html Css Color HEX #300A08 Seal Brown

📋 copy color: '#300A08'

red 48 ◦ green 10 ◦ blue 8

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

Shades of Seal Brown #300A08

Tints of Seal Brown #300A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 12.12%

R = 72.73%
G = 15.15%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#300A08 (or 0x300A08) is known color: Seal Brown. HEX triplet: 30, 0A and 08. RGB value is (48,10,8). Sum of RGB (Red+Green+Blue) = 48+10+8=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #300A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A08 is #CFF5F7. Grayscale: #151515. Windows color (decimal): -13628920 or 526896. OLE color: 526896.

HSL color Cylindrical-coordinate representation of color #300A08: hue angle of 3º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #300A08 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 10 8 -
CMYK 0 0.79 0.83 0.81
HSL 0.71% 0.11% -
HSV(B) 0.83% 0.19% -
XYZ 1.37 0.86 0.32 -
YUV 21.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 48 10 8 0 0.79 0.83 0.81 3 0.71 0.11
Hex 30 A 8 0 4F 53 51 3 47 B
Octal 60 12 10 0 117 123 121 3 107 13
Binary 110000 1010 1000 0 1001111 1010011 1010001 11 1000111 1011

Color Harmonies of #300A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A08

Black with #300A08

Text Example


Text Example

White with #300A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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