Html Css Color HEX #331913 Seal Brown

📋 copy color: '#331913'

red 51 ◦ green 25 ◦ blue 19

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

Shades of Seal Brown #331913

Tints of Seal Brown #331913

RGB

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

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

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

R = 53.68%
G = 26.32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#331913 (or 0x331913) is known color: Seal Brown. HEX triplet: 33, 19 and 13. RGB value is (51,25,19). Sum of RGB (Red+Green+Blue) = 51+25+19=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #331913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331913 is #CCE6EC. Grayscale: #202020. Windows color (decimal): -13428461 or 1251635. OLE color: 1251635.

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

Color convert

RGB 51 25 19 -
CMYK 0 0.51 0.63 0.8
HSL 11.25º 0.46% 0.14% -
HSV(B) 11.25º 0.63% 0.2% -
XYZ 1.83 1.45 0.8 -
YUV 32.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 51 25 19 0 0.51 0.63 0.8 11.25 0.46 0.14
Hex 33 19 13 0 33 3F 50 B 2E E
Octal 63 31 23 0 63 77 120 13 56 16
Binary 110011 11001 10011 0 110011 111111 1010000 1011 101110 1110

Color Harmonies of #331913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331913

Black with #331913

Text Example


Text Example

White with #331913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331913; }

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

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

background-color css

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

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

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

border-color css

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

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

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