Html Css Color HEX #331812 Seal Brown

📋 copy color: '#331812'

red 51 ◦ green 24 ◦ blue 18

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

Shades of Seal Brown #331812

Tints of Seal Brown #331812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.35%

R = 54.84%
G = 25.81%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#331812 (or 0x331812) is known color: Seal Brown. HEX triplet: 33, 18 and 12. RGB value is (51,24,18). Sum of RGB (Red+Green+Blue) = 51+24+18=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331812 is #CCE7ED. Grayscale: #1F1F1F. Windows color (decimal): -13428718 or 1185843. OLE color: 1185843.

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

Color convert

RGB 51 24 18 -
CMYK 0 0.53 0.65 0.8
HSL 10.91º 0.48% 0.14% -
HSV(B) 10.91º 0.65% 0.2% -
XYZ 1.8 1.4 0.75 -
YUV 31.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 51 24 18 0 0.53 0.65 0.8 10.91 0.48 0.14
Hex 33 18 12 0 35 41 50 B 30 E
Octal 63 30 22 0 65 101 120 13 60 16
Binary 110011 11000 10010 0 110101 1000001 1010000 1011 110000 1110

Color Harmonies of #331812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331812

Black with #331812

Text Example


Text Example

White with #331812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331812; }

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

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

background-color css

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

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

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

border-color css

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

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

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