Html Css Color HEX #301614 Seal Brown

📋 copy color: '#301614'

red 48 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #301614

Tints of Seal Brown #301614

RGB

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

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

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

R = 53.33%
G = 24.44%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#301614 (or 0x301614) is known color: Seal Brown. HEX triplet: 30, 16 and 14. RGB value is (48,22,20). Sum of RGB (Red+Green+Blue) = 48+22+20=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301614 is #CFE9EB. Grayscale: #1D1D1D. Windows color (decimal): -13625836 or 1316400. OLE color: 1316400.

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

Color convert

RGB 48 22 20 -
CMYK 0 0.54 0.58 0.81
HSL 4.29º 0.41% 0.13% -
HSV(B) 4.29º 0.58% 0.19% -
XYZ 1.63 1.25 0.82 -
YUV 29.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 48 22 20 0 0.54 0.58 0.81 4.29 0.41 0.13
Hex 30 16 14 0 36 3A 51 4 29 D
Octal 60 26 24 0 66 72 121 4 51 15
Binary 110000 10110 10100 0 110110 111010 1010001 100 101001 1101

Color Harmonies of #301614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301614

Black with #301614

Text Example


Text Example

White with #301614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301614; }

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

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

background-color css

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

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

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

border-color css

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

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

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