Html Css Color HEX #331716 Seal Brown

📋 copy color: '#331716'

red 51 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #331716

Tints of Seal Brown #331716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

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

R = 53.13%
G = 23.96%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#331716 (or 0x331716) is known color: Seal Brown. HEX triplet: 33, 17 and 16. RGB value is (51,23,22). Sum of RGB (Red+Green+Blue) = 51+23+22=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331716 is #CCE8E9. Grayscale: #1F1F1F. Windows color (decimal): -13428970 or 1447731. OLE color: 1447731.

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

Color convert

RGB 51 23 22 -
CMYK 0 0.55 0.57 0.8
HSL 2.07º 0.4% 0.14% -
HSV(B) 2.07º 0.57% 0.2% -
XYZ 1.82 1.37 0.93 -
YUV 31.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 51 23 22 0 0.55 0.57 0.8 2.07 0.4 0.14
Hex 33 17 16 0 37 39 50 2 28 E
Octal 63 27 26 0 67 71 120 2 50 16
Binary 110011 10111 10110 0 110111 111001 1010000 10 101000 1110

Color Harmonies of #331716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331716

Black with #331716

Text Example


Text Example

White with #331716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331716; }

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

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

background-color css

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

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

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

border-color css

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

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

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