Html Css Color HEX #210F0D Seal Brown

📋 copy color: '#210F0D'

red 33 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #210F0D

Tints of Seal Brown #210F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 21.31%

R = 54.1%
G = 24.59%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#210F0D (or 0x210F0D) is known color: Seal Brown. HEX triplet: 21, 0F and 0D. RGB value is (33,15,13). Sum of RGB (Red+Green+Blue) = 33+15+13=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #210F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F0D is #DEF0F2. Grayscale: #141414. Windows color (decimal): -14610675 or 855841. OLE color: 855841.

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

Color convert

RGB 33 15 13 -
CMYK 0 0.55 0.61 0.87
HSL 0.43% 0.09% -
HSV(B) 0.61% 0.13% -
XYZ 0.87 0.69 0.47 -
YUV 20.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 33 15 13 0 0.55 0.61 0.87 6 0.43 0.09
Hex 21 F D 0 37 3D 57 6 2B 9
Octal 41 17 15 0 67 75 127 6 53 11
Binary 100001 1111 1101 0 110111 111101 1010111 110 101011 1001

Color Harmonies of #210F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210F0D

Black with #210F0D

Text Example


Text Example

White with #210F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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