Html Css Color HEX #320E09 Seal Brown

📋 copy color: '#320E09'

red 50 ◦ green 14 ◦ blue 9

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

Shades of Seal Brown #320E09

Tints of Seal Brown #320E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 19.18%

 BLUE value IS 9 (3.91% from 255) = 12.33%

R = 68.49%
G = 19.18%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#320E09 (or 0x320E09) is known color: Seal Brown. HEX triplet: 32, 0E and 09. RGB value is (50,14,9). Sum of RGB (Red+Green+Blue) = 50+14+9=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #320E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320E09 is #CDF1F6. Grayscale: #181818. Windows color (decimal): -13496823 or 593458. OLE color: 593458.

HSL color Cylindrical-coordinate representation of color #320E09: hue angle of 7.32º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #320E09 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 14 9 -
CMYK 0 0.72 0.82 0.80
HSL 7.32º 0.69% 0.12% -
HSV(B) 7.32º 0.82% 0.2% -
XYZ 1.52 1.01 0.37 -
YUV 24.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 50 14 9 0 0.72 0.82 0.80 7.32 0.69 0.12
Hex 32 E 9 0 48 52 50 7 45 C
Octal 62 16 11 0 110 122 120 7 105 14
Binary 110010 1110 1001 0 1001000 1010010 1010000 111 1000101 1100

Color Harmonies of #320E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320E09

Black with #320E09

Text Example


Text Example

White with #320E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,14,9); }

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

background-color css

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

 a { background-color: rgb(50,14,9); }

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

border-color css

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

 span { border-color: rgb(50,14,9); }

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