Html Css Color HEX #21120C Seal Brown

📋 copy color: '#21120C'

red 33 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #21120C

Tints of Seal Brown #21120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 19.05%

R = 52.38%
G = 28.57%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.87

RGB Variations

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

Color information

#21120C (or 0x21120C) is known color: Seal Brown. HEX triplet: 21, 12 and 0C. RGB value is (33,18,12). Sum of RGB (Red+Green+Blue) = 33+18+12=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #21120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21120C is #DEEDF3. Grayscale: #151515. Windows color (decimal): -14609908 or 791073. OLE color: 791073.

HSL color Cylindrical-coordinate representation of color #21120C: hue angle of 17.14º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21120C is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 18 12 -
CMYK 0 0.45 0.64 0.87
HSL 17.14º 0.47% 0.09% -
HSV(B) 17.14º 0.64% 0.13% -
XYZ 0.91 0.78 0.45 -
YUV 21.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 33 18 12 0 0.45 0.64 0.87 17.14 0.47 0.09
Hex 21 12 C 0 2D 40 57 11 2F 9
Octal 41 22 14 0 55 100 127 21 57 11
Binary 100001 10010 1100 0 101101 1000000 1010111 10001 101111 1001

Color Harmonies of #21120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21120C

Black with #21120C

Text Example


Text Example

White with #21120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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