Html Css Color HEX #331813 Seal Brown

📋 copy color: '#331813'

red 51 ◦ green 24 ◦ blue 19

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

Shades of Seal Brown #331813

Tints of Seal Brown #331813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.53%

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

R = 54.26%
G = 25.53%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#331813 (or 0x331813) is known color: Seal Brown. HEX triplet: 33, 18 and 13. RGB value is (51,24,19). Sum of RGB (Red+Green+Blue) = 51+24+19=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331813 is #CCE7EC. Grayscale: #1F1F1F. Windows color (decimal): -13428717 or 1251379. OLE color: 1251379.

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

Color convert

RGB 51 24 19 -
CMYK 0 0.53 0.63 0.8
HSL 9.38º 0.46% 0.14% -
HSV(B) 9.38º 0.63% 0.2% -
XYZ 1.81 1.4 0.79 -
YUV 31.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 51 24 19 0 0.53 0.63 0.8 9.38 0.46 0.14
Hex 33 18 13 0 35 3F 50 9 2E E
Octal 63 30 23 0 65 77 120 11 56 16
Binary 110011 11000 10011 0 110101 111111 1010000 1001 101110 1110

Color Harmonies of #331813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331813

Black with #331813

Text Example


Text Example

White with #331813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331813; }

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

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

background-color css

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

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

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

border-color css

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

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

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