Html Css Color HEX #321003 Seal Brown

📋 copy color: '#321003'

red 50 ◦ green 16 ◦ blue 3

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

Shades of Seal Brown #321003

Tints of Seal Brown #321003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.35%

R = 72.46%
G = 23.19%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.80

RGB Variations

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

Color information

#321003 (or 0x321003) is known color: Seal Brown. HEX triplet: 32, 10 and 03. RGB value is (50,16,3). Sum of RGB (Red+Green+Blue) = 50+16+3=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #321003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321003 is #CDEFFC. Grayscale: #181818. Windows color (decimal): -13496317 or 200754. OLE color: 200754.

HSL color Cylindrical-coordinate representation of color #321003: hue angle of 16.6º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #321003 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 16 3 -
CMYK 0 0.68 0.94 0.80
HSL 16.6º 0.89% 0.1% -
HSV(B) 16.6º 0.94% 0.2% -
XYZ 1.52 1.06 0.21 -
YUV 24.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 50 16 3 0 0.68 0.94 0.80 16.6 0.89 0.1
Hex 32 10 3 0 44 5E 50 11 59 A
Octal 62 20 3 0 104 136 120 21 131 12
Binary 110010 10000 11 0 1000100 1011110 1010000 10001 1011001 1010

Color Harmonies of #321003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321003

Black with #321003

Text Example


Text Example

White with #321003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321003; }

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

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

background-color css

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

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

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

border-color css

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

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

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