Html Css Color HEX #301811 Seal Brown

📋 copy color: '#301811'

red 48 ◦ green 24 ◦ blue 17

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

Shades of Seal Brown #301811

Tints of Seal Brown #301811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.97%

 BLUE value IS 17 (7.03% from 255) = 19.1%

R = 53.93%
G = 26.97%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#301811 (or 0x301811) is known color: Seal Brown. HEX triplet: 30, 18 and 11. RGB value is (48,24,17). Sum of RGB (Red+Green+Blue) = 48+24+17=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301811 is #CFE7EE. Grayscale: #1E1E1E. Windows color (decimal): -13625327 or 1120304. OLE color: 1120304.

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

Color convert

RGB 48 24 17 -
CMYK 0 0.5 0.65 0.81
HSL 13.55º 0.48% 0.13% -
HSV(B) 13.55º 0.65% 0.19% -
XYZ 1.65 1.32 0.7 -
YUV 30.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 48 24 17 0 0.5 0.65 0.81 13.55 0.48 0.13
Hex 30 18 11 0 32 41 51 E 30 D
Octal 60 30 21 0 62 101 121 16 60 15
Binary 110000 11000 10001 0 110010 1000001 1010001 1110 110000 1101

Color Harmonies of #301811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301811

Black with #301811

Text Example


Text Example

White with #301811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301811; }

 p { color: rgb(48,24,17); }

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

background-color css

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

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

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

border-color css

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

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

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