Html Css Color HEX #312621 Wood Bark

📋 copy color: '#312621'

red 49 ◦ green 38 ◦ blue 33

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

Shades of Wood Bark #312621

Tints of Wood Bark #312621

RGB

 RED value IS 49 (19.53% from 255) = 40.83%

 GREEN value IS 38 (15.23% from 255) = 31.67%

 BLUE value IS 33 (13.28% from 255) = 27.5%

R = 40.83%
G = 31.67%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#312621 (or 0x312621) is known color: Wood Bark. HEX triplet: 31, 26 and 21. RGB value is (49,38,33). Sum of RGB (Red+Green+Blue) = 49+38+33=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312621 is #CED9DE. Grayscale: #282828. Windows color (decimal): -13556191 or 2172465. OLE color: 2172465.

HSL color Cylindrical-coordinate representation of color #312621: hue angle of 18.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312621 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 38 33 -
CMYK 0 0.22 0.33 0.81
HSL 18.75º 0.2% 0.16% -
HSV(B) 18.75º 0.33% 0.19% -
XYZ 2.23 2.15 1.74 -
YUV 40.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 49 38 33 0 0.22 0.33 0.81 18.75 0.2 0.16
Hex 31 26 21 0 16 21 51 13 14 10
Octal 61 46 41 0 26 41 121 23 24 20
Binary 110001 100110 100001 0 10110 100001 1010001 10011 10100 10000

Color Harmonies of #312621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312621

Black with #312621

Text Example


Text Example

White with #312621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312621; }

 p { color: rgb(49,38,33); }

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

background-color css

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

 a { background-color: rgb(49,38,33); }

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

border-color css

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

 span { border-color: rgb(49,38,33); }

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