Html Css Color HEX #210501 Seal Brown

📋 copy color: '#210501'

red 33 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #210501

Tints of Seal Brown #210501

RGB

 RED value IS 33 (13.28% from 255) = 84.62%

 GREEN value IS 5 (2.34% from 255) = 12.82%

 BLUE value IS 1 (0.78% from 255) = 2.56%

R = 84.62%
G = 12.82%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#210501 (or 0x210501) is known color: Seal Brown. HEX triplet: 21, 05 and 01. RGB value is (33,5,1). Sum of RGB (Red+Green+Blue) = 33+5+1=39 (5% of max value = 765). Red value is 33 (13.28% from 255 or 84.62% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 33 - color contains mainly: red. Hex color #210501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210501 is #DEFAFE. Grayscale: #0C0C0C. Windows color (decimal): -14613247 or 66849. OLE color: 66849.

HSL color Cylindrical-coordinate representation of color #210501: hue angle of 7.5º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210501 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 5 1 -
CMYK 0 0.85 0.97 0.87
HSL 7.5º 0.94% 0.07% -
HSV(B) 7.5º 0.97% 0.13% -
XYZ 0.69 0.43 0.08 -
YUV 12.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 33 5 1 0 0.85 0.97 0.87 7.5 0.94 0.07
Hex 21 5 1 0 55 61 57 8 5E 7
Octal 41 5 1 0 125 141 127 10 136 7
Binary 100001 101 1 0 1010101 1100001 1010111 1000 1011110 111

Color Harmonies of #210501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210501

Black with #210501

Text Example


Text Example

White with #210501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210501; }

 p { color: rgb(33,5,1); }

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

background-color css

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

 a { background-color: rgb(33,5,1); }

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

border-color css

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

 span { border-color: rgb(33,5,1); }

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