Html Css Color HEX #321308 Seal Brown

📋 copy color: '#321308'

red 50 ◦ green 19 ◦ blue 8

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

Shades of Seal Brown #321308

Tints of Seal Brown #321308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.68%

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

R = 64.94%
G = 24.68%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.80

RGB Variations

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

Color information

#321308 (or 0x321308) is known color: Seal Brown. HEX triplet: 32, 13 and 08. RGB value is (50,19,8). Sum of RGB (Red+Green+Blue) = 50+19+8=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #321308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321308 is #CDECF7. Grayscale: #1B1B1B. Windows color (decimal): -13495544 or 529202. OLE color: 529202.

HSL color Cylindrical-coordinate representation of color #321308: hue angle of 15.71º 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 #321308 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 19 8 -
CMYK 0 0.62 0.84 0.80
HSL 15.71º 0.72% 0.11% -
HSV(B) 15.71º 0.84% 0.2% -
XYZ 1.59 1.16 0.37 -
YUV 27.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 50 19 8 0 0.62 0.84 0.80 15.71 0.72 0.11
Hex 32 13 8 0 3E 54 50 10 48 B
Octal 62 23 10 0 76 124 120 20 110 13
Binary 110010 10011 1000 0 111110 1010100 1010000 10000 1001000 1011

Color Harmonies of #321308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321308

Black with #321308

Text Example


Text Example

White with #321308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321308; }

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

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

background-color css

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

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

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

border-color css

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

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

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