Html Css Color HEX #301613 Seal Brown

📋 copy color: '#301613'

red 48 ◦ green 22 ◦ blue 19

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

Shades of Seal Brown #301613

Tints of Seal Brown #301613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.72%

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

R = 53.93%
G = 24.72%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#301613 (or 0x301613) is known color: Seal Brown. HEX triplet: 30, 16 and 13. RGB value is (48,22,19). Sum of RGB (Red+Green+Blue) = 48+22+19=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301613 is #CFE9EC. Grayscale: #1D1D1D. Windows color (decimal): -13625837 or 1250864. OLE color: 1250864.

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

Color convert

RGB 48 22 19 -
CMYK 0 0.54 0.60 0.81
HSL 6.21º 0.43% 0.13% -
HSV(B) 6.21º 0.6% 0.19% -
XYZ 1.62 1.25 0.77 -
YUV 29.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 48 22 19 0 0.54 0.60 0.81 6.21 0.43 0.13
Hex 30 16 13 0 36 3C 51 6 2B D
Octal 60 26 23 0 66 74 121 6 53 15
Binary 110000 10110 10011 0 110110 111100 1010001 110 101011 1101

Color Harmonies of #301613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301613

Black with #301613

Text Example


Text Example

White with #301613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301613; }

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

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

background-color css

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

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

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

border-color css

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

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

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