Html Css Color HEX #320F0D Seal Brown

📋 copy color: '#320F0D'

red 50 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #320F0D

Tints of Seal Brown #320F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.23%

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

R = 64.1%
G = 19.23%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#320F0D (or 0x320F0D) is known color: Seal Brown. HEX triplet: 32, 0F and 0D. RGB value is (50,15,13). Sum of RGB (Red+Green+Blue) = 50+15+13=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #320F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F0D is #CDF0F2. Grayscale: #191919. Windows color (decimal): -13496563 or 855858. OLE color: 855858.

HSL color Cylindrical-coordinate representation of color #320F0D: hue angle of 3.24º 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 #320F0D is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 15 13 -
CMYK 0 0.70 0.74 0.80
HSL 3.24º 0.59% 0.12% -
HSV(B) 3.24º 0.74% 0.2% -
XYZ 1.56 1.05 0.5 -
YUV 25.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 50 15 13 0 0.70 0.74 0.80 3.24 0.59 0.12
Hex 32 F D 0 46 4A 50 3 3B C
Octal 62 17 15 0 106 112 120 3 73 14
Binary 110010 1111 1101 0 1000110 1001010 1010000 11 111011 1100

Color Harmonies of #320F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320F0D

Black with #320F0D

Text Example


Text Example

White with #320F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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