Html Css Color HEX #301616 Seal Brown

📋 copy color: '#301616'

red 48 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #301616

Tints of Seal Brown #301616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.91%

R = 52.17%
G = 23.91%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#301616 (or 0x301616) is known color: Seal Brown. HEX triplet: 30, 16 and 16. RGB value is (48,22,22). Sum of RGB (Red+Green+Blue) = 48+22+22=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301616 is #CFE9E9. Grayscale: #1D1D1D. Windows color (decimal): -13625834 or 1447472. OLE color: 1447472.

HSL color Cylindrical-coordinate representation of color #301616: hue angle of 0º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301616 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 22 22 -
CMYK 0 0.54 0.54 0.81
HSL 0.37% 0.14% -
HSV(B) 0.54% 0.19% -
XYZ 1.65 1.26 0.92 -
YUV 29.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 48 22 22 0 0.54 0.54 0.81 0 0.37 0.14
Hex 30 16 16 0 36 36 51 0 25 E
Octal 60 26 26 0 66 66 121 0 45 16
Binary 110000 10110 10110 0 110110 110110 1010001 0 100101 1110

Color Harmonies of #301616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301616

Black with #301616

Text Example


Text Example

White with #301616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301616; }

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

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

background-color css

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

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

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

border-color css

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

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

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