Html Css Color HEX #210B0A Seal Brown

📋 copy color: '#210B0A'

red 33 ◦ green 11 ◦ blue 10

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

Shades of Seal Brown #210B0A

Tints of Seal Brown #210B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.37%

 BLUE value IS 10 (4.3% from 255) = 18.52%

R = 61.11%
G = 20.37%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.87

RGB Variations

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

Color information

#210B0A (or 0x210B0A) is known color: Seal Brown. HEX triplet: 21, 0B and 0A. RGB value is (33,11,10). Sum of RGB (Red+Green+Blue) = 33+11+10=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #210B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B0A is #DEF4F5. Grayscale: #111111. Windows color (decimal): -14611702 or 658209. OLE color: 658209.

HSL color Cylindrical-coordinate representation of color #210B0A: hue angle of 2.61º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210B0A is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 11 10 -
CMYK 0 0.67 0.70 0.87
HSL 2.61º 0.53% 0.08% -
HSV(B) 2.61º 0.7% 0.13% -
XYZ 0.8 0.58 0.36 -
YUV 17.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 33 11 10 0 0.67 0.70 0.87 2.61 0.53 0.08
Hex 21 B A 0 43 46 57 3 35 8
Octal 41 13 12 0 103 106 127 3 65 10
Binary 100001 1011 1010 0 1000011 1000110 1010111 11 110101 1000

Color Harmonies of #210B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210B0A

Black with #210B0A

Text Example


Text Example

White with #210B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,11,10); }

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

background-color css

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

 a { background-color: rgb(33,11,10); }

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

border-color css

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

 span { border-color: rgb(33,11,10); }

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