Html Css Color HEX #321811 Seal Brown

📋 copy color: '#321811'

red 50 ◦ green 24 ◦ blue 17

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

Shades of Seal Brown #321811

Tints of Seal Brown #321811

RGB

 RED value IS 50 (19.92% from 255) = 54.95%

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

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

R = 54.95%
G = 26.37%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#321811 (or 0x321811) is known color: Seal Brown. HEX triplet: 32, 18 and 11. RGB value is (50,24,17). Sum of RGB (Red+Green+Blue) = 50+24+17=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #321811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321811 is #CDE7EE. Grayscale: #1F1F1F. Windows color (decimal): -13494255 or 1120306. OLE color: 1120306.

HSL color Cylindrical-coordinate representation of color #321811: hue angle of 12.73º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321811 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 24 17 -
CMYK 0 0.52 0.66 0.80
HSL 12.73º 0.49% 0.13% -
HSV(B) 12.73º 0.66% 0.2% -
XYZ 1.74 1.37 0.7 -
YUV 30.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 50 24 17 0 0.52 0.66 0.80 12.73 0.49 0.13
Hex 32 18 11 0 34 42 50 D 31 D
Octal 62 30 21 0 64 102 120 15 61 15
Binary 110010 11000 10001 0 110100 1000010 1010000 1101 110001 1101

Color Harmonies of #321811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321811

Black with #321811

Text Example


Text Example

White with #321811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321811; }

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

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

background-color css

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

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

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

border-color css

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

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

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