Html Css Color HEX #320E0D Seal Brown

📋 copy color: '#320E0D'

red 50 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #320E0D

Tints of Seal Brown #320E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 18.18%

 BLUE value IS 13 (5.47% from 255) = 16.88%

R = 64.94%
G = 18.18%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#320E0D (or 0x320E0D) is known color: Seal Brown. HEX triplet: 32, 0E and 0D. RGB value is (50,14,13). Sum of RGB (Red+Green+Blue) = 50+14+13=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #320E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320E0D is #CDF1F2. Grayscale: #181818. Windows color (decimal): -13496819 or 855602. OLE color: 855602.

HSL color Cylindrical-coordinate representation of color #320E0D: hue angle of 1.62º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #320E0D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 14 13 -
CMYK 0 0.72 0.74 0.80
HSL 1.62º 0.59% 0.12% -
HSV(B) 1.62º 0.74% 0.2% -
XYZ 1.55 1.02 0.5 -
YUV 24.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 50 14 13 0 0.72 0.74 0.80 1.62 0.59 0.12
Hex 32 E D 0 48 4A 50 2 3B C
Octal 62 16 15 0 110 112 120 2 73 14
Binary 110010 1110 1101 0 1001000 1001010 1010000 10 111011 1100

Color Harmonies of #320E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320E0D

Black with #320E0D

Text Example


Text Example

White with #320E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320E0D; }

 p { color: rgb(50,14,13); }

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

background-color css

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

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

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

border-color css

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

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

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