Html Css Color HEX #320F06 Seal Brown

📋 copy color: '#320F06'

red 50 ◦ green 15 ◦ blue 6

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

Shades of Seal Brown #320F06

Tints of Seal Brown #320F06

RGB

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

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

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

R = 70.42%
G = 21.13%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#320F06 (or 0x320F06) is known color: Seal Brown. HEX triplet: 32, 0F and 06. RGB value is (50,15,6). Sum of RGB (Red+Green+Blue) = 50+15+6=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #320F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F06 is #CDF0F9. Grayscale: #181818. Windows color (decimal): -13496570 or 397106. OLE color: 397106.

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

Color convert

RGB 50 15 6 -
CMYK 0 0.70 0.88 0.80
HSL 12.27º 0.79% 0.11% -
HSV(B) 12.27º 0.88% 0.2% -
XYZ 1.52 1.03 0.29 -
YUV 24.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 50 15 6 0 0.70 0.88 0.80 12.27 0.79 0.11
Hex 32 F 6 0 46 58 50 C 4F B
Octal 62 17 6 0 106 130 120 14 117 13
Binary 110010 1111 110 0 1000110 1011000 1010000 1100 1001111 1011

Color Harmonies of #320F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320F06

Black with #320F06

Text Example


Text Example

White with #320F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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