Html Css Color HEX #301205 Seal Brown

📋 copy color: '#301205'

red 48 ◦ green 18 ◦ blue 5

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

Shades of Seal Brown #301205

Tints of Seal Brown #301205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

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

R = 67.61%
G = 25.35%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#301205 (or 0x301205) is known color: Seal Brown. HEX triplet: 30, 12 and 05. RGB value is (48,18,5). Sum of RGB (Red+Green+Blue) = 48+18+5=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #301205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301205 is #CFEDFA. Grayscale: #191919. Windows color (decimal): -13626875 or 332336. OLE color: 332336.

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

Color convert

RGB 48 18 5 -
CMYK 0 0.63 0.90 0.81
HSL 18.14º 0.81% 0.1% -
HSV(B) 18.14º 0.9% 0.19% -
XYZ 1.46 1.07 0.27 -
YUV 25.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 48 18 5 0 0.63 0.90 0.81 18.14 0.81 0.1
Hex 30 12 5 0 3F 5A 51 12 51 A
Octal 60 22 5 0 77 132 121 22 121 12
Binary 110000 10010 101 0 111111 1011010 1010001 10010 1010001 1010

Color Harmonies of #301205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301205

Black with #301205

Text Example


Text Example

White with #301205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301205; }

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

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

background-color css

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

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

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

border-color css

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

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

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