Html Css Color HEX #331614 Seal Brown

📋 copy color: '#331614'

red 51 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #331614

Tints of Seal Brown #331614

RGB

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

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

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

R = 54.84%
G = 23.66%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#331614 (or 0x331614) is known color: Seal Brown. HEX triplet: 33, 16 and 14. RGB value is (51,22,20). Sum of RGB (Red+Green+Blue) = 51+22+20=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331614 is #CCE9EB. Grayscale: #1E1E1E. Windows color (decimal): -13429228 or 1316403. OLE color: 1316403.

HSL color Cylindrical-coordinate representation of color #331614: hue angle of 3.87º 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 #331614 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 22 20 -
CMYK 0 0.57 0.61 0.8
HSL 3.87º 0.44% 0.14% -
HSV(B) 3.87º 0.61% 0.2% -
XYZ 1.78 1.33 0.82 -
YUV 30.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 51 22 20 0 0.57 0.61 0.8 3.87 0.44 0.14
Hex 33 16 14 0 39 3D 50 4 2C E
Octal 63 26 24 0 71 75 120 4 54 16
Binary 110011 10110 10100 0 111001 111101 1010000 100 101100 1110

Color Harmonies of #331614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331614

Black with #331614

Text Example


Text Example

White with #331614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331614; }

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

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

background-color css

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

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

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

border-color css

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

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

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