Html Css Color HEX #210C05 Seal Brown

📋 copy color: '#210C05'

red 33 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #210C05

Tints of Seal Brown #210C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 10%

R = 66%
G = 24%
B = 10%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#210C05 (or 0x210C05) is known color: Seal Brown. HEX triplet: 21, 0C and 05. RGB value is (33,12,5). Sum of RGB (Red+Green+Blue) = 33+12+5=50 (6% of max value = 765). Red value is 33 (13.28% from 255 or 66% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 33 - color contains mainly: red. Hex color #210C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C05 is #DEF3FA. Grayscale: #111111. Windows color (decimal): -14611451 or 330785. OLE color: 330785.

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

Color convert

RGB 33 12 5 -
CMYK 0 0.64 0.85 0.87
HSL 15º 0.74% 0.07% -
HSV(B) 15º 0.85% 0.13% -
XYZ 0.79 0.6 0.22 -
YUV 17.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 33 12 5 0 0.64 0.85 0.87 15 0.74 0.07
Hex 21 C 5 0 40 55 57 F 4A 7
Octal 41 14 5 0 100 125 127 17 112 7
Binary 100001 1100 101 0 1000000 1010101 1010111 1111 1001010 111

Color Harmonies of #210C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C05

Black with #210C05

Text Example


Text Example

White with #210C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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