Html Css Color HEX #321414 Seal Brown

📋 copy color: '#321414'

red 50 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #321414

Tints of Seal Brown #321414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.22%

 BLUE value IS 20 (8.2% from 255) = 22.22%

R = 55.56%
G = 22.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#321414 (or 0x321414) is known color: Seal Brown. HEX triplet: 32, 14 and 14. RGB value is (50,20,20). Sum of RGB (Red+Green+Blue) = 50+20+20=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321414 is #CDEBEB. Grayscale: #1C1C1C. Windows color (decimal): -13495276 or 1315890. OLE color: 1315890.

HSL color Cylindrical-coordinate representation of color #321414: hue angle of 0º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321414 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 20 20 -
CMYK 0 0.60 0.60 0.80
HSL 0.43% 0.14% -
HSV(B) 0.6% 0.2% -
XYZ 1.69 1.23 0.81 -
YUV 28.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 50 20 20 0 0.60 0.60 0.80 0 0.43 0.14
Hex 32 14 14 0 3C 3C 50 0 2B E
Octal 62 24 24 0 74 74 120 0 53 16
Binary 110010 10100 10100 0 111100 111100 1010000 0 101011 1110

Color Harmonies of #321414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321414

Black with #321414

Text Example


Text Example

White with #321414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321414; }

 p { color: rgb(50,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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