Html Css Color HEX #301211 Seal Brown

📋 copy color: '#301211'

red 48 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #301211

Tints of Seal Brown #301211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 20.48%

R = 57.83%
G = 21.69%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#301211 (or 0x301211) is known color: Seal Brown. HEX triplet: 30, 12 and 11. RGB value is (48,18,17). Sum of RGB (Red+Green+Blue) = 48+18+17=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #301211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301211 is #CFEDEE. Grayscale: #1A1A1A. Windows color (decimal): -13626863 or 1118768. OLE color: 1118768.

HSL color Cylindrical-coordinate representation of color #301211: hue angle of 1.94º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301211 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 17 -
CMYK 0 0.63 0.65 0.81
HSL 1.94º 0.48% 0.13% -
HSV(B) 1.94º 0.65% 0.19% -
XYZ 1.54 1.1 0.66 -
YUV 26.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 48 18 17 0 0.63 0.65 0.81 1.94 0.48 0.13
Hex 30 12 11 0 3F 41 51 2 30 D
Octal 60 22 21 0 77 101 121 2 60 15
Binary 110000 10010 10001 0 111111 1000001 1010001 10 110000 1101

Color Harmonies of #301211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301211

Black with #301211

Text Example


Text Example

White with #301211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301211; }

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

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

background-color css

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

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

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

border-color css

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

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

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