Html Css Color HEX #21130E Seal Brown

📋 copy color: '#21130E'

red 33 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #21130E

Tints of Seal Brown #21130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 28.79%

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

R = 50%
G = 28.79%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.87

RGB Variations

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

Color information

#21130E (or 0x21130E) is known color: Seal Brown. HEX triplet: 21, 13 and 0E. RGB value is (33,19,14). Sum of RGB (Red+Green+Blue) = 33+19+14=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #21130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21130E is #DEECF1. Grayscale: #161616. Windows color (decimal): -14609650 or 922401. OLE color: 922401.

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

Color convert

RGB 33 19 14 -
CMYK 0 0.42 0.58 0.87
HSL 15.79º 0.4% 0.09% -
HSV(B) 15.79º 0.58% 0.13% -
XYZ 0.94 0.82 0.52 -
YUV 22.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 33 19 14 0 0.42 0.58 0.87 15.79 0.4 0.09
Hex 21 13 E 0 2A 3A 57 10 28 9
Octal 41 23 16 0 52 72 127 20 50 11
Binary 100001 10011 1110 0 101010 111010 1010111 10000 101000 1001

Color Harmonies of #21130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21130E

Black with #21130E

Text Example


Text Example

White with #21130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21130E; }

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

 H1.HeaderClassName
 {
   color: #21130E;
 }
 .AnyTagClassName
 {
   color: #21130E;
 }
</style>

background-color css

<style>
 a { background-color: #21130E; }

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

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

border-color css

<style>
 span { border-color: #21130E; }

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

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