Html Css Color HEX #320C07 Seal Brown

📋 copy color: '#320C07'

red 50 ◦ green 12 ◦ blue 7

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

Shades of Seal Brown #320C07

Tints of Seal Brown #320C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.39%

 BLUE value IS 7 (3.13% from 255) = 10.14%

R = 72.46%
G = 17.39%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.80

RGB Variations

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

Color information

#320C07 (or 0x320C07) is known color: Seal Brown. HEX triplet: 32, 0C and 07. RGB value is (50,12,7). Sum of RGB (Red+Green+Blue) = 50+12+7=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #320C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C07 is #CDF3F8. Grayscale: #161616. Windows color (decimal): -13497337 or 461874. OLE color: 461874.

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

Color convert

RGB 50 12 7 -
CMYK 0 0.76 0.86 0.80
HSL 6.98º 0.75% 0.11% -
HSV(B) 6.98º 0.86% 0.2% -
XYZ 1.49 0.96 0.31 -
YUV 22.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 50 12 7 0 0.76 0.86 0.80 6.98 0.75 0.11
Hex 32 C 7 0 4C 56 50 7 4B B
Octal 62 14 7 0 114 126 120 7 113 13
Binary 110010 1100 111 0 1001100 1010110 1010000 111 1001011 1011

Color Harmonies of #320C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320C07

Black with #320C07

Text Example


Text Example

White with #320C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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