Html Css Color HEX #301513 Seal Brown

📋 copy color: '#301513'

red 48 ◦ green 21 ◦ blue 19

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

Shades of Seal Brown #301513

Tints of Seal Brown #301513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.59%

R = 54.55%
G = 23.86%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#301513 (or 0x301513) is known color: Seal Brown. HEX triplet: 30, 15 and 13. RGB value is (48,21,19). Sum of RGB (Red+Green+Blue) = 48+21+19=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301513 is #CFEAEC. Grayscale: #1C1C1C. Windows color (decimal): -13626093 or 1250608. OLE color: 1250608.

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

Color convert

RGB 48 21 19 -
CMYK 0 0.56 0.60 0.81
HSL 4.14º 0.43% 0.13% -
HSV(B) 4.14º 0.6% 0.19% -
XYZ 1.6 1.21 0.77 -
YUV 28.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 48 21 19 0 0.56 0.60 0.81 4.14 0.43 0.13
Hex 30 15 13 0 38 3C 51 4 2B D
Octal 60 25 23 0 70 74 121 4 53 15
Binary 110000 10101 10011 0 111000 111100 1010001 100 101011 1101

Color Harmonies of #301513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301513

Black with #301513

Text Example


Text Example

White with #301513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301513; }

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

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

background-color css

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

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

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

border-color css

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

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

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