Html Css Color HEX #300905 Seal Brown

📋 copy color: '#300905'

red 48 ◦ green 9 ◦ blue 5

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

Shades of Seal Brown #300905

Tints of Seal Brown #300905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 8.06%

R = 77.42%
G = 14.52%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#300905 (or 0x300905) is known color: Seal Brown. HEX triplet: 30, 09 and 05. RGB value is (48,9,5). Sum of RGB (Red+Green+Blue) = 48+9+5=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #300905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300905 is #CFF6FA. Grayscale: #141414. Windows color (decimal): -13629179 or 330032. OLE color: 330032.

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

Color convert

RGB 48 9 5 -
CMYK 0 0.81 0.90 0.81
HSL 5.58º 0.81% 0.1% -
HSV(B) 5.58º 0.9% 0.19% -
XYZ 1.34 0.83 0.23 -
YUV 20.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 48 9 5 0 0.81 0.90 0.81 5.58 0.81 0.1
Hex 30 9 5 0 51 5A 51 6 51 A
Octal 60 11 5 0 121 132 121 6 121 12
Binary 110000 1001 101 0 1010001 1011010 1010001 110 1010001 1010

Color Harmonies of #300905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300905

Black with #300905

Text Example


Text Example

White with #300905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300905; }

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

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

background-color css

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

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

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

border-color css

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

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

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