Html Css Color HEX #331914 Seal Brown

📋 copy color: '#331914'

red 51 ◦ green 25 ◦ blue 20

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

Shades of Seal Brown #331914

Tints of Seal Brown #331914

RGB

 RED value IS 51 (20.31% from 255) = 53.13%

 GREEN value IS 25 (10.16% from 255) = 26.04%

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

R = 53.13%
G = 26.04%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#331914 (or 0x331914) is known color: Seal Brown. HEX triplet: 33, 19 and 14. RGB value is (51,25,20). Sum of RGB (Red+Green+Blue) = 51+25+20=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331914 is #CCE6EB. Grayscale: #202020. Windows color (decimal): -13428460 or 1317171. OLE color: 1317171.

HSL color Cylindrical-coordinate representation of color #331914: hue angle of 9.68º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #331914 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 25 20 -
CMYK 0 0.51 0.61 0.8
HSL 9.68º 0.44% 0.14% -
HSV(B) 9.68º 0.61% 0.2% -
XYZ 1.84 1.45 0.84 -
YUV 32.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 51 25 20 0 0.51 0.61 0.8 9.68 0.44 0.14
Hex 33 19 14 0 33 3D 50 A 2C E
Octal 63 31 24 0 63 75 120 12 54 16
Binary 110011 11001 10100 0 110011 111101 1010000 1010 101100 1110

Color Harmonies of #331914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331914

Black with #331914

Text Example


Text Example

White with #331914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331914; }

 p { color: rgb(51,25,20); }

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

background-color css

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

 a { background-color: rgb(51,25,20); }

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

border-color css

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

 span { border-color: rgb(51,25,20); }

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