Html Css Color HEX #210F0E Seal Brown

📋 copy color: '#210F0E'

red 33 ◦ green 15 ◦ blue 14

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

Shades of Seal Brown #210F0E

Tints of Seal Brown #210F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 24.19%

 BLUE value IS 14 (5.86% from 255) = 22.58%

R = 53.23%
G = 24.19%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.87

RGB Variations

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

Color information

#210F0E (or 0x210F0E) is known color: Seal Brown. HEX triplet: 21, 0F and 0E. RGB value is (33,15,14). Sum of RGB (Red+Green+Blue) = 33+15+14=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #210F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F0E is #DEF0F1. Grayscale: #141414. Windows color (decimal): -14610674 or 921377. OLE color: 921377.

HSL color Cylindrical-coordinate representation of color #210F0E: hue angle of 3.16º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #210F0E is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 15 14 -
CMYK 0 0.55 0.58 0.87
HSL 3.16º 0.4% 0.09% -
HSV(B) 3.16º 0.58% 0.13% -
XYZ 0.88 0.7 0.5 -
YUV 20.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 33 15 14 0 0.55 0.58 0.87 3.16 0.4 0.09
Hex 21 F E 0 37 3A 57 3 28 9
Octal 41 17 16 0 67 72 127 3 50 11
Binary 100001 1111 1110 0 110111 111010 1010111 11 101000 1001

Color Harmonies of #210F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210F0E

Black with #210F0E

Text Example


Text Example

White with #210F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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