Html Css Color HEX #210E05 Seal Brown

📋 copy color: '#210E05'

red 33 ◦ green 14 ◦ blue 5

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

Shades of Seal Brown #210E05

Tints of Seal Brown #210E05

RGB

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

 GREEN value IS 14 (5.86% from 255) = 26.92%

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

R = 63.46%
G = 26.92%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#210E05 (or 0x210E05) is known color: Seal Brown. HEX triplet: 21, 0E and 05. RGB value is (33,14,5). Sum of RGB (Red+Green+Blue) = 33+14+5=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #210E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E05 is #DEF1FA. Grayscale: #121212. Windows color (decimal): -14610939 or 331297. OLE color: 331297.

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

Color convert

RGB 33 14 5 -
CMYK 0 0.58 0.85 0.87
HSL 19.29º 0.74% 0.07% -
HSV(B) 19.29º 0.85% 0.13% -
XYZ 0.81 0.65 0.23 -
YUV 18.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 33 14 5 0 0.58 0.85 0.87 19.29 0.74 0.07
Hex 21 E 5 0 3A 55 57 13 4A 7
Octal 41 16 5 0 72 125 127 23 112 7
Binary 100001 1110 101 0 111010 1010101 1010111 10011 1001010 111

Color Harmonies of #210E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210E05

Black with #210E05

Text Example


Text Example

White with #210E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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