Html Css Color HEX #210901 Seal Brown

📋 copy color: '#210901'

red 33 ◦ green 9 ◦ blue 1

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

Shades of Seal Brown #210901

Tints of Seal Brown #210901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20.93%

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

R = 76.74%
G = 20.93%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#210901 (or 0x210901) is known color: Seal Brown. HEX triplet: 21, 09 and 01. RGB value is (33,9,1). Sum of RGB (Red+Green+Blue) = 33+9+1=43 (5% of max value = 765). Red value is 33 (13.28% from 255 or 76.74% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 33 - color contains mainly: red. Hex color #210901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210901 is #DEF6FE. Grayscale: #0F0F0F. Windows color (decimal): -14612223 or 67873. OLE color: 67873.

HSL color Cylindrical-coordinate representation of color #210901: hue angle of 15º 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 #210901 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 9 1 -
CMYK 0 0.73 0.97 0.87
HSL 15º 0.94% 0.07% -
HSV(B) 15º 0.97% 0.13% -
XYZ 0.73 0.52 0.09 -
YUV 15.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 33 9 1 0 0.73 0.97 0.87 15 0.94 0.07
Hex 21 9 1 0 49 61 57 F 5E 7
Octal 41 11 1 0 111 141 127 17 136 7
Binary 100001 1001 1 0 1001001 1100001 1010111 1111 1011110 111

Color Harmonies of #210901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210901

Black with #210901

Text Example


Text Example

White with #210901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210901; }

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

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

background-color css

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

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

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

border-color css

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

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

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