Html Css Color HEX #320D08 Seal Brown

📋 copy color: '#320D08'

red 50 ◦ green 13 ◦ blue 8

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

Shades of Seal Brown #320D08

Tints of Seal Brown #320D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.27%

R = 70.42%
G = 18.31%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.80

RGB Variations

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

Color information

#320D08 (or 0x320D08) is known color: Seal Brown. HEX triplet: 32, 0D and 08. RGB value is (50,13,8). Sum of RGB (Red+Green+Blue) = 50+13+8=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #320D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D08 is #CDF2F7. Grayscale: #171717. Windows color (decimal): -13497080 or 527666. OLE color: 527666.

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

Color convert

RGB 50 13 8 -
CMYK 0 0.74 0.84 0.80
HSL 7.14º 0.72% 0.11% -
HSV(B) 7.14º 0.84% 0.2% -
XYZ 1.5 0.98 0.34 -
YUV 23.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 50 13 8 0 0.74 0.84 0.80 7.14 0.72 0.11
Hex 32 D 8 0 4A 54 50 7 48 B
Octal 62 15 10 0 112 124 120 7 110 13
Binary 110010 1101 1000 0 1001010 1010100 1010000 111 1001000 1011

Color Harmonies of #320D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D08

Black with #320D08

Text Example


Text Example

White with #320D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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