Html Css Color HEX #300C05 Seal Brown

📋 copy color: '#300C05'

red 48 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #300C05

Tints of Seal Brown #300C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.46%

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

R = 73.85%
G = 18.46%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#300C05 (or 0x300C05) is known color: Seal Brown. HEX triplet: 30, 0C and 05. RGB value is (48,12,5). Sum of RGB (Red+Green+Blue) = 48+12+5=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #300C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C05 is #CFF3FA. Grayscale: #161616. Windows color (decimal): -13628411 or 330800. OLE color: 330800.

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

Color convert

RGB 48 12 5 -
CMYK 0 0.75 0.90 0.81
HSL 9.77º 0.81% 0.1% -
HSV(B) 9.77º 0.9% 0.19% -
XYZ 1.38 0.9 0.25 -
YUV 21.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 48 12 5 0 0.75 0.90 0.81 9.77 0.81 0.1
Hex 30 C 5 0 4B 5A 51 A 51 A
Octal 60 14 5 0 113 132 121 12 121 12
Binary 110000 1100 101 0 1001011 1011010 1010001 1010 1010001 1010

Color Harmonies of #300C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C05

Black with #300C05

Text Example


Text Example

White with #300C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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