Html Css Color HEX #320A09 Seal Brown

📋 copy color: '#320A09'

red 50 ◦ green 10 ◦ blue 9

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

Shades of Seal Brown #320A09

Tints of Seal Brown #320A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.49%

 BLUE value IS 9 (3.91% from 255) = 13.04%

R = 72.46%
G = 14.49%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#320A09 (or 0x320A09) is known color: Seal Brown. HEX triplet: 32, 0A and 09. RGB value is (50,10,9). Sum of RGB (Red+Green+Blue) = 50+10+9=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #320A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320A09 is #CDF5F6. Grayscale: #151515. Windows color (decimal): -13497847 or 592434. OLE color: 592434.

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

Color convert

RGB 50 10 9 -
CMYK 0 0.80 0.82 0.80
HSL 1.46º 0.69% 0.12% -
HSV(B) 1.46º 0.82% 0.2% -
XYZ 1.47 0.91 0.36 -
YUV 21.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 50 10 9 0 0.80 0.82 0.80 1.46 0.69 0.12
Hex 32 A 9 0 50 52 50 1 45 C
Octal 62 12 11 0 120 122 120 1 105 14
Binary 110010 1010 1001 0 1010000 1010010 1010000 1 1000101 1100

Color Harmonies of #320A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320A09

Black with #320A09

Text Example


Text Example

White with #320A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,10,9); }

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

background-color css

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

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

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

border-color css

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

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

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