Html Css Color HEX #321812 Seal Brown

📋 copy color: '#321812'

red 50 ◦ green 24 ◦ blue 18

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

Shades of Seal Brown #321812

Tints of Seal Brown #321812

RGB

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

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

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

R = 54.35%
G = 26.09%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#321812 (or 0x321812) is known color: Seal Brown. HEX triplet: 32, 18 and 12. RGB value is (50,24,18). Sum of RGB (Red+Green+Blue) = 50+24+18=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321812 is #CDE7ED. Grayscale: #1F1F1F. Windows color (decimal): -13494254 or 1185842. OLE color: 1185842.

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

Color convert

RGB 50 24 18 -
CMYK 0 0.52 0.64 0.80
HSL 11.25º 0.47% 0.13% -
HSV(B) 11.25º 0.64% 0.2% -
XYZ 1.75 1.38 0.75 -
YUV 31.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 50 24 18 0 0.52 0.64 0.80 11.25 0.47 0.13
Hex 32 18 12 0 34 40 50 B 2F D
Octal 62 30 22 0 64 100 120 13 57 15
Binary 110010 11000 10010 0 110100 1000000 1010000 1011 101111 1101

Color Harmonies of #321812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321812

Black with #321812

Text Example


Text Example

White with #321812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321812; }

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

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

background-color css

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

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

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

border-color css

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

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

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