Html Css Color HEX #300805 Seal Brown

📋 copy color: '#300805'

red 48 ◦ green 8 ◦ blue 5

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

Shades of Seal Brown #300805

Tints of Seal Brown #300805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.11%

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

R = 78.69%
G = 13.11%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#300805 (or 0x300805) is known color: Seal Brown. HEX triplet: 30, 08 and 05. RGB value is (48,8,5). Sum of RGB (Red+Green+Blue) = 48+8+5=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300805 is #CFF7FA. Grayscale: #131313. Windows color (decimal): -13629435 or 329776. OLE color: 329776.

HSL color Cylindrical-coordinate representation of color #300805: hue angle of 4.19º 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 #300805 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 8 5 -
CMYK 0 0.83 0.90 0.81
HSL 4.19º 0.81% 0.1% -
HSV(B) 4.19º 0.9% 0.19% -
XYZ 1.33 0.81 0.23 -
YUV 19.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 48 8 5 0 0.83 0.90 0.81 4.19 0.81 0.1
Hex 30 8 5 0 53 5A 51 4 51 A
Octal 60 10 5 0 123 132 121 4 121 12
Binary 110000 1000 101 0 1010011 1011010 1010001 100 1010001 1010

Color Harmonies of #300805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300805

Black with #300805

Text Example


Text Example

White with #300805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300805; }

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

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

background-color css

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

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

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

border-color css

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

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

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