Html Css Color HEX #210C01 Seal Brown

📋 copy color: '#210C01'

red 33 ◦ green 12 ◦ blue 1

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

Shades of Seal Brown #210C01

Tints of Seal Brown #210C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 26.09%

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

R = 71.74%
G = 26.09%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#210C01 (or 0x210C01) is known color: Seal Brown. HEX triplet: 21, 0C and 01. RGB value is (33,12,1). Sum of RGB (Red+Green+Blue) = 33+12+1=46 (6% of max value = 765). Red value is 33 (13.28% from 255 or 71.74% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 33 - color contains mainly: red. Hex color #210C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C01 is #DEF3FE. Grayscale: #111111. Windows color (decimal): -14611455 or 68641. OLE color: 68641.

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

Color convert

RGB 33 12 1 -
CMYK 0 0.64 0.97 0.87
HSL 20.63º 0.94% 0.07% -
HSV(B) 20.63º 0.97% 0.13% -
XYZ 0.76 0.59 0.1 -
YUV 17.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 33 12 1 0 0.64 0.97 0.87 20.63 0.94 0.07
Hex 21 C 1 0 40 61 57 15 5E 7
Octal 41 14 1 0 100 141 127 25 136 7
Binary 100001 1100 1 0 1000000 1100001 1010111 10101 1011110 111

Color Harmonies of #210C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C01

Black with #210C01

Text Example


Text Example

White with #210C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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