Html Css Color HEX #300906 Seal Brown

📋 copy color: '#300906'

red 48 ◦ green 9 ◦ blue 6

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

Shades of Seal Brown #300906

Tints of Seal Brown #300906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 9.52%

R = 76.19%
G = 14.29%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#300906 (or 0x300906) is known color: Seal Brown. HEX triplet: 30, 09 and 06. RGB value is (48,9,6). Sum of RGB (Red+Green+Blue) = 48+9+6=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #300906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300906 is #CFF6F9. Grayscale: #141414. Windows color (decimal): -13629178 or 395568. OLE color: 395568.

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

Color convert

RGB 48 9 6 -
CMYK 0 0.81 0.87 0.81
HSL 4.29º 0.78% 0.11% -
HSV(B) 4.29º 0.88% 0.19% -
XYZ 1.35 0.84 0.26 -
YUV 20.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 48 9 6 0 0.81 0.87 0.81 4.29 0.78 0.11
Hex 30 9 6 0 51 57 51 4 4E B
Octal 60 11 6 0 121 127 121 4 116 13
Binary 110000 1001 110 0 1010001 1010111 1010001 100 1001110 1011

Color Harmonies of #300906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300906

Black with #300906

Text Example


Text Example

White with #300906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300906; }

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

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

background-color css

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

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

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

border-color css

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

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

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