Html Css Color HEX #320B07 Seal Brown

📋 copy color: '#320B07'

red 50 ◦ green 11 ◦ blue 7

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

Shades of Seal Brown #320B07

Tints of Seal Brown #320B07

RGB

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

 GREEN value IS 11 (4.69% from 255) = 16.18%

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

R = 73.53%
G = 16.18%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.80

RGB Variations

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

Color information

#320B07 (or 0x320B07) is known color: Seal Brown. HEX triplet: 32, 0B and 07. RGB value is (50,11,7). Sum of RGB (Red+Green+Blue) = 50+11+7=68 (9% of max value = 765). Red value is 50 (19.92% from 255 or 73.53% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 50 - color contains mainly: red. Hex color #320B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B07 is #CDF4F8. Grayscale: #161616. Windows color (decimal): -13497593 or 461618. OLE color: 461618.

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

Color convert

RGB 50 11 7 -
CMYK 0 0.78 0.86 0.80
HSL 5.58º 0.75% 0.11% -
HSV(B) 5.58º 0.86% 0.2% -
XYZ 1.47 0.93 0.3 -
YUV 22.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 50 11 7 0 0.78 0.86 0.80 5.58 0.75 0.11
Hex 32 B 7 0 4E 56 50 6 4B B
Octal 62 13 7 0 116 126 120 6 113 13
Binary 110010 1011 111 0 1001110 1010110 1010000 110 1001011 1011

Color Harmonies of #320B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320B07

Black with #320B07

Text Example


Text Example

White with #320B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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