Html Css Color HEX #321008 Seal Brown

📋 copy color: '#321008'

red 50 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #321008

Tints of Seal Brown #321008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.62%

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

R = 67.57%
G = 21.62%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.80

RGB Variations

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

Color information

#321008 (or 0x321008) is known color: Seal Brown. HEX triplet: 32, 10 and 08. RGB value is (50,16,8). Sum of RGB (Red+Green+Blue) = 50+16+8=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #321008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321008 is #CDEFF7. Grayscale: #191919. Windows color (decimal): -13496312 or 528434. OLE color: 528434.

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

Color convert

RGB 50 16 8 -
CMYK 0 0.68 0.84 0.80
HSL 11.43º 0.72% 0.11% -
HSV(B) 11.43º 0.84% 0.2% -
XYZ 1.54 1.07 0.35 -
YUV 25.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 50 16 8 0 0.68 0.84 0.80 11.43 0.72 0.11
Hex 32 10 8 0 44 54 50 B 48 B
Octal 62 20 10 0 104 124 120 13 110 13
Binary 110010 10000 1000 0 1000100 1010100 1010000 1011 1001000 1011

Color Harmonies of #321008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321008

Black with #321008

Text Example


Text Example

White with #321008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321008; }

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

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

background-color css

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

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

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

border-color css

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

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

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