Html Css Color HEX #320D07 Seal Brown

📋 copy color: '#320D07'

red 50 ◦ green 13 ◦ blue 7

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

Shades of Seal Brown #320D07

Tints of Seal Brown #320D07

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.57%

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

R = 71.43%
G = 18.57%
B = 10%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.80

RGB Variations

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

Color information

#320D07 (or 0x320D07) is known color: Seal Brown. HEX triplet: 32, 0D and 07. RGB value is (50,13,7). Sum of RGB (Red+Green+Blue) = 50+13+7=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #320D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D07 is #CDF2F8. Grayscale: #171717. Windows color (decimal): -13497081 or 462130. OLE color: 462130.

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

Color convert

RGB 50 13 7 -
CMYK 0 0.74 0.86 0.80
HSL 8.37º 0.75% 0.11% -
HSV(B) 8.37º 0.86% 0.2% -
XYZ 1.5 0.98 0.31 -
YUV 23.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 50 13 7 0 0.74 0.86 0.80 8.37 0.75 0.11
Hex 32 D 7 0 4A 56 50 8 4B B
Octal 62 15 7 0 112 126 120 10 113 13
Binary 110010 1101 111 0 1001010 1010110 1010000 1000 1001011 1011

Color Harmonies of #320D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D07

Black with #320D07

Text Example


Text Example

White with #320D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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