Html Css Color HEX #301713 Seal Brown

📋 copy color: '#301713'

red 48 ◦ green 23 ◦ blue 19

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

Shades of Seal Brown #301713

Tints of Seal Brown #301713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.56%

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

R = 53.33%
G = 25.56%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#301713 (or 0x301713) is known color: Seal Brown. HEX triplet: 30, 17 and 13. RGB value is (48,23,19). Sum of RGB (Red+Green+Blue) = 48+23+19=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301713 is #CFE8EC. Grayscale: #1E1E1E. Windows color (decimal): -13625581 or 1251120. OLE color: 1251120.

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

Color convert

RGB 48 23 19 -
CMYK 0 0.52 0.60 0.81
HSL 8.28º 0.43% 0.13% -
HSV(B) 8.28º 0.6% 0.19% -
XYZ 1.64 1.29 0.78 -
YUV 30.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 48 23 19 0 0.52 0.60 0.81 8.28 0.43 0.13
Hex 30 17 13 0 34 3C 51 8 2B D
Octal 60 27 23 0 64 74 121 10 53 15
Binary 110000 10111 10011 0 110100 111100 1010001 1000 101011 1101

Color Harmonies of #301713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301713

Black with #301713

Text Example


Text Example

White with #301713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301713; }

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

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

background-color css

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

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

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

border-color css

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

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

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