Html Css Color HEX #301206 Seal Brown

📋 copy color: '#301206'

red 48 ◦ green 18 ◦ blue 6

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

Shades of Seal Brown #301206

Tints of Seal Brown #301206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 8.33%

R = 66.67%
G = 25%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#301206 (or 0x301206) is known color: Seal Brown. HEX triplet: 30, 12 and 06. RGB value is (48,18,6). Sum of RGB (Red+Green+Blue) = 48+18+6=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #301206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301206 is #CFEDF9. Grayscale: #191919. Windows color (decimal): -13626874 or 397872. OLE color: 397872.

HSL color Cylindrical-coordinate representation of color #301206: hue angle of 17.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301206 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 6 -
CMYK 0 0.63 0.87 0.81
HSL 17.14º 0.78% 0.11% -
HSV(B) 17.14º 0.88% 0.19% -
XYZ 1.47 1.07 0.3 -
YUV 25.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 48 18 6 0 0.63 0.87 0.81 17.14 0.78 0.11
Hex 30 12 6 0 3F 57 51 11 4E B
Octal 60 22 6 0 77 127 121 21 116 13
Binary 110000 10010 110 0 111111 1010111 1010001 10001 1001110 1011

Color Harmonies of #301206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301206

Black with #301206

Text Example


Text Example

White with #301206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301206; }

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

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

background-color css

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

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

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

border-color css

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

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

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