Html Css Color HEX #210801 Seal Brown

📋 copy color: '#210801'

red 33 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #210801

Tints of Seal Brown #210801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 19.05%

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

R = 78.57%
G = 19.05%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#210801 (or 0x210801) is known color: Seal Brown. HEX triplet: 21, 08 and 01. RGB value is (33,8,1). Sum of RGB (Red+Green+Blue) = 33+8+1=42 (5% of max value = 765). Red value is 33 (13.28% from 255 or 78.57% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 33 - color contains mainly: red. Hex color #210801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210801 is #DEF7FE. Grayscale: #0E0E0E. Windows color (decimal): -14612479 or 67617. OLE color: 67617.

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

Color convert

RGB 33 8 1 -
CMYK 0 0.76 0.97 0.87
HSL 13.13º 0.94% 0.07% -
HSV(B) 13.13º 0.97% 0.13% -
XYZ 0.72 0.5 0.09 -
YUV 14.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 33 8 1 0 0.76 0.97 0.87 13.13 0.94 0.07
Hex 21 8 1 0 4C 61 57 D 5E 7
Octal 41 10 1 0 114 141 127 15 136 7
Binary 100001 1000 1 0 1001100 1100001 1010111 1101 1011110 111

Color Harmonies of #210801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210801

Black with #210801

Text Example


Text Example

White with #210801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210801; }

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

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

background-color css

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

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

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

border-color css

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

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

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