Html Css Color HEX #301210 Seal Brown

📋 copy color: '#301210'

red 48 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #301210

Tints of Seal Brown #301210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.51%

R = 58.54%
G = 21.95%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#301210 (or 0x301210) is known color: Seal Brown. HEX triplet: 30, 12 and 10. RGB value is (48,18,16). Sum of RGB (Red+Green+Blue) = 48+18+16=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #301210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301210 is #CFEDEF. Grayscale: #1A1A1A. Windows color (decimal): -13626864 or 1053232. OLE color: 1053232.

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

Color convert

RGB 48 18 16 -
CMYK 0 0.63 0.67 0.81
HSL 3.75º 0.5% 0.13% -
HSV(B) 3.75º 0.67% 0.19% -
XYZ 1.53 1.1 0.62 -
YUV 26.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 48 18 16 0 0.63 0.67 0.81 3.75 0.5 0.13
Hex 30 12 10 0 3F 43 51 4 32 D
Octal 60 22 20 0 77 103 121 4 62 15
Binary 110000 10010 10000 0 111111 1000011 1010001 100 110010 1101

Color Harmonies of #301210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301210

Black with #301210

Text Example


Text Example

White with #301210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301210; }

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

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

background-color css

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

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

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

border-color css

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

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

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