Html Css Color HEX #320702 Seal Brown

📋 copy color: '#320702'

red 50 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #320702

Tints of Seal Brown #320702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.86%

 BLUE value IS 2 (1.17% from 255) = 3.39%

R = 84.75%
G = 11.86%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#320702 (or 0x320702) is known color: Seal Brown. HEX triplet: 32, 07 and 02. RGB value is (50,7,2). Sum of RGB (Red+Green+Blue) = 50+7+2=59 (7% of max value = 765). Red value is 50 (19.92% from 255 or 84.75% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 50 - color contains mainly: red. Hex color #320702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320702 is #CDF8FD. Grayscale: #131313. Windows color (decimal): -13498622 or 132914. OLE color: 132914.

HSL color Cylindrical-coordinate representation of color #320702: hue angle of 6.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320702 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 7 2 -
CMYK 0 0.86 0.96 0.80
HSL 6.25º 0.92% 0.1% -
HSV(B) 6.25º 0.96% 0.2% -
XYZ 1.4 0.83 0.14 -
YUV 19.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 50 7 2 0 0.86 0.96 0.80 6.25 0.92 0.1
Hex 32 7 2 0 56 60 50 6 5C A
Octal 62 7 2 0 126 140 120 6 134 12
Binary 110010 111 10 0 1010110 1100000 1010000 110 1011100 1010

Color Harmonies of #320702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320702

Black with #320702

Text Example


Text Example

White with #320702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320702; }

 p { color: rgb(50,7,2); }

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

background-color css

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

 a { background-color: rgb(50,7,2); }

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

border-color css

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

 span { border-color: rgb(50,7,2); }

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