Html Css Color HEX #331811 Seal Brown

📋 copy color: '#331811'

red 51 ◦ green 24 ◦ blue 17

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

Shades of Seal Brown #331811

Tints of Seal Brown #331811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 18.48%

R = 55.43%
G = 26.09%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#331811 (or 0x331811) is known color: Seal Brown. HEX triplet: 33, 18 and 11. RGB value is (51,24,17). Sum of RGB (Red+Green+Blue) = 51+24+17=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331811 is #CCE7EE. Grayscale: #1F1F1F. Windows color (decimal): -13428719 or 1120307. OLE color: 1120307.

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

Color convert

RGB 51 24 17 -
CMYK 0 0.53 0.67 0.8
HSL 12.35º 0.5% 0.13% -
HSV(B) 12.35º 0.67% 0.2% -
XYZ 1.79 1.4 0.71 -
YUV 31.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 51 24 17 0 0.53 0.67 0.8 12.35 0.5 0.13
Hex 33 18 11 0 35 43 50 C 32 D
Octal 63 30 21 0 65 103 120 14 62 15
Binary 110011 11000 10001 0 110101 1000011 1010000 1100 110010 1101

Color Harmonies of #331811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331811

Black with #331811

Text Example


Text Example

White with #331811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331811; }

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

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

background-color css

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

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

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

border-color css

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

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

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