Html Css Color HEX #331713 Seal Brown

📋 copy color: '#331713'

red 51 ◦ green 23 ◦ blue 19

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

Shades of Seal Brown #331713

Tints of Seal Brown #331713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 54.84%
G = 24.73%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#331713 (or 0x331713) is known color: Seal Brown. HEX triplet: 33, 17 and 13. RGB value is (51,23,19). Sum of RGB (Red+Green+Blue) = 51+23+19=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331713 is #CCE8EC. Grayscale: #1E1E1E. Windows color (decimal): -13428973 or 1251123. OLE color: 1251123.

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

Color convert

RGB 51 23 19 -
CMYK 0 0.55 0.63 0.8
HSL 7.5º 0.46% 0.14% -
HSV(B) 7.5º 0.63% 0.2% -
XYZ 1.79 1.36 0.78 -
YUV 30.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 51 23 19 0 0.55 0.63 0.8 7.5 0.46 0.14
Hex 33 17 13 0 37 3F 50 8 2E E
Octal 63 27 23 0 67 77 120 10 56 16
Binary 110011 10111 10011 0 110111 111111 1010000 1000 101110 1110

Color Harmonies of #331713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331713

Black with #331713

Text Example


Text Example

White with #331713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331713; }

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

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

background-color css

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

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

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

border-color css

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

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

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