Html Css Color HEX #300705 Seal Brown

📋 copy color: '#300705'

red 48 ◦ green 7 ◦ blue 5

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

Shades of Seal Brown #300705

Tints of Seal Brown #300705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.67%

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

R = 80%
G = 11.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#300705 (or 0x300705) is known color: Seal Brown. HEX triplet: 30, 07 and 05. RGB value is (48,7,5). Sum of RGB (Red+Green+Blue) = 48+7+5=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300705 is #CFF8FA. Grayscale: #131313. Windows color (decimal): -13629691 or 329520. OLE color: 329520.

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

Color convert

RGB 48 7 5 -
CMYK 0 0.85 0.90 0.81
HSL 2.79º 0.81% 0.1% -
HSV(B) 2.79º 0.9% 0.19% -
XYZ 1.32 0.79 0.23 -
YUV 19.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 48 7 5 0 0.85 0.90 0.81 2.79 0.81 0.1
Hex 30 7 5 0 55 5A 51 3 51 A
Octal 60 7 5 0 125 132 121 3 121 12
Binary 110000 111 101 0 1010101 1011010 1010001 11 1010001 1010

Color Harmonies of #300705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300705

Black with #300705

Text Example


Text Example

White with #300705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300705; }

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

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

background-color css

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

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

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

border-color css

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

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

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