Html Css Color HEX #301413 Seal Brown

📋 copy color: '#301413'

red 48 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #301413

Tints of Seal Brown #301413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.99%

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

R = 55.17%
G = 22.99%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#301413 (or 0x301413) is known color: Seal Brown. HEX triplet: 30, 14 and 13. RGB value is (48,20,19). Sum of RGB (Red+Green+Blue) = 48+20+19=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301413 is #CFEBEC. Grayscale: #1C1C1C. Windows color (decimal): -13626349 or 1250352. OLE color: 1250352.

HSL color Cylindrical-coordinate representation of color #301413: hue angle of 2.07º 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 #301413 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 20 19 -
CMYK 0 0.58 0.60 0.81
HSL 2.07º 0.43% 0.13% -
HSV(B) 2.07º 0.6% 0.19% -
XYZ 1.59 1.18 0.76 -
YUV 28.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 48 20 19 0 0.58 0.60 0.81 2.07 0.43 0.13
Hex 30 14 13 0 3A 3C 51 2 2B D
Octal 60 24 23 0 72 74 121 2 53 15
Binary 110000 10100 10011 0 111010 111100 1010001 10 101011 1101

Color Harmonies of #301413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301413

Black with #301413

Text Example


Text Example

White with #301413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301413; }

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

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

background-color css

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

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

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

border-color css

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

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

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