Html Css Color HEX #320A06 Seal Brown

📋 copy color: '#320A06'

red 50 ◦ green 10 ◦ blue 6

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

Shades of Seal Brown #320A06

Tints of Seal Brown #320A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 9.09%

R = 75.76%
G = 15.15%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#320A06 (or 0x320A06) is known color: Seal Brown. HEX triplet: 32, 0A and 06. RGB value is (50,10,6). Sum of RGB (Red+Green+Blue) = 50+10+6=66 (8% of max value = 765). Red value is 50 (19.92% from 255 or 75.76% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 50 - color contains mainly: red. Hex color #320A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320A06 is #CDF5F9. Grayscale: #151515. Windows color (decimal): -13497850 or 395826. OLE color: 395826.

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

Color convert

RGB 50 10 6 -
CMYK 0 0.80 0.88 0.80
HSL 5.45º 0.79% 0.11% -
HSV(B) 5.45º 0.88% 0.2% -
XYZ 1.46 0.91 0.27 -
YUV 21.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 50 10 6 0 0.80 0.88 0.80 5.45 0.79 0.11
Hex 32 A 6 0 50 58 50 5 4F B
Octal 62 12 6 0 120 130 120 5 117 13
Binary 110010 1010 110 0 1010000 1011000 1010000 101 1001111 1011

Color Harmonies of #320A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320A06

Black with #320A06

Text Example


Text Example

White with #320A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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