Html Css Color HEX #301514 Seal Brown

📋 copy color: '#301514'

red 48 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #301514

Tints of Seal Brown #301514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.6%

 BLUE value IS 20 (8.2% from 255) = 22.47%

R = 53.93%
G = 23.6%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#301514 (or 0x301514) is known color: Seal Brown. HEX triplet: 30, 15 and 14. RGB value is (48,21,20). Sum of RGB (Red+Green+Blue) = 48+21+20=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301514 is #CFEAEB. Grayscale: #1C1C1C. Windows color (decimal): -13626092 or 1316144. OLE color: 1316144.

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

Color convert

RGB 48 21 20 -
CMYK 0 0.56 0.58 0.81
HSL 2.14º 0.41% 0.13% -
HSV(B) 2.14º 0.58% 0.19% -
XYZ 1.61 1.22 0.81 -
YUV 28.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 48 21 20 0 0.56 0.58 0.81 2.14 0.41 0.13
Hex 30 15 14 0 38 3A 51 2 29 D
Octal 60 25 24 0 70 72 121 2 51 15
Binary 110000 10101 10100 0 111000 111010 1010001 10 101001 1101

Color Harmonies of #301514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301514

Black with #301514

Text Example


Text Example

White with #301514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301514; }

 p { color: rgb(48,21,20); }

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

background-color css

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

 a { background-color: rgb(48,21,20); }

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

border-color css

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

 span { border-color: rgb(48,21,20); }

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