Html Css Color HEX #331413 Seal Brown

📋 copy color: '#331413'

red 51 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #331413

Tints of Seal Brown #331413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.22%

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

R = 56.67%
G = 22.22%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#331413 (or 0x331413) is known color: Seal Brown. HEX triplet: 33, 14 and 13. RGB value is (51,20,19). Sum of RGB (Red+Green+Blue) = 51+20+19=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331413 is #CCEBEC. Grayscale: #1D1D1D. Windows color (decimal): -13429741 or 1250355. OLE color: 1250355.

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

Color convert

RGB 51 20 19 -
CMYK 0 0.61 0.63 0.8
HSL 1.88º 0.46% 0.14% -
HSV(B) 1.88º 0.63% 0.2% -
XYZ 1.73 1.25 0.77 -
YUV 29.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 51 20 19 0 0.61 0.63 0.8 1.88 0.46 0.14
Hex 33 14 13 0 3D 3F 50 2 2E E
Octal 63 24 23 0 75 77 120 2 56 16
Binary 110011 10100 10011 0 111101 111111 1010000 10 101110 1110

Color Harmonies of #331413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331413

Black with #331413

Text Example


Text Example

White with #331413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331413; }

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

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

background-color css

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

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

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

border-color css

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

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

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