Html Css Color HEX #21120D Seal Brown

📋 copy color: '#21120D'

red 33 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #21120D

Tints of Seal Brown #21120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.13%

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

R = 51.56%
G = 28.13%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#21120D (or 0x21120D) is known color: Seal Brown. HEX triplet: 21, 12 and 0D. RGB value is (33,18,13). Sum of RGB (Red+Green+Blue) = 33+18+13=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #21120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21120D is #DEEDF2. Grayscale: #151515. Windows color (decimal): -14609907 or 856609. OLE color: 856609.

HSL color Cylindrical-coordinate representation of color #21120D: hue angle of 15º 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 #21120D is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 18 13 -
CMYK 0 0.45 0.61 0.87
HSL 15º 0.43% 0.09% -
HSV(B) 15º 0.61% 0.13% -
XYZ 0.92 0.79 0.48 -
YUV 21.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 33 18 13 0 0.45 0.61 0.87 15 0.43 0.09
Hex 21 12 D 0 2D 3D 57 F 2B 9
Octal 41 22 15 0 55 75 127 17 53 11
Binary 100001 10010 1101 0 101101 111101 1010111 1111 101011 1001

Color Harmonies of #21120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21120D

Black with #21120D

Text Example


Text Example

White with #21120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21120D; }

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

 H1.HeaderClassName
 {
   color: #21120D;
 }
 .AnyTagClassName
 {
   color: #21120D;
 }
</style>

background-color css

<style>
 a { background-color: #21120D; }

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

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

border-color css

<style>
 span { border-color: #21120D; }

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

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