Html Css Color HEX #211510 Wood Bark

📋 copy color: '#211510'

red 33 ◦ green 21 ◦ blue 16

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

Shades of Wood Bark #211510

Tints of Wood Bark #211510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30%

 BLUE value IS 16 (6.64% from 255) = 22.86%

R = 47.14%
G = 30%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.87

RGB Variations

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

Color information

#211510 (or 0x211510) is known color: Wood Bark. HEX triplet: 21, 15 and 10. RGB value is (33,21,16). Sum of RGB (Red+Green+Blue) = 33+21+16=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #211510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211510 is #DEEAEF. Grayscale: #181818. Windows color (decimal): -14609136 or 1053985. OLE color: 1053985.

HSL color Cylindrical-coordinate representation of color #211510: hue angle of 17.65º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #211510 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 21 16 -
CMYK 0 0.36 0.52 0.87
HSL 17.65º 0.35% 0.1% -
HSV(B) 17.65º 0.52% 0.13% -
XYZ 0.99 0.9 0.61 -
YUV 24.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 33 21 16 0 0.36 0.52 0.87 17.65 0.35 0.1
Hex 21 15 10 0 24 34 57 12 23 A
Octal 41 25 20 0 44 64 127 22 43 12
Binary 100001 10101 10000 0 100100 110100 1010111 10010 100011 1010

Color Harmonies of #211510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211510

Black with #211510

Text Example


Text Example

White with #211510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211510; }

 p { color: rgb(33,21,16); }

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

background-color css

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

 a { background-color: rgb(33,21,16); }

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

border-color css

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

 span { border-color: rgb(33,21,16); }

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