Html Css Color HEX #444121 Woodrush

📋 copy color: '#444121'

red 68 ◦ green 65 ◦ blue 33

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

Shades of Woodrush #444121

Tints of Woodrush #444121

RGB

 RED value IS 68 (26.95% from 255) = 40.96%

 GREEN value IS 65 (25.78% from 255) = 39.16%

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

R = 40.96%
G = 39.16%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#444121 (or 0x444121) is known color: Woodrush. HEX triplet: 44, 41 and 21. RGB value is (68,65,33). Sum of RGB (Red+Green+Blue) = 68+65+33=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 68 - color contains mainly: red. Hex color #444121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444121 is #BBBEDE. Grayscale: #3E3E3E. Windows color (decimal): -12304095 or 2179396. OLE color: 2179396.

HSL color Cylindrical-coordinate representation of color #444121: hue angle of 54.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444121 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 65 33 -
CMYK 0 0.04 0.51 0.73
HSL 54.86º 0.35% 0.2% -
HSV(B) 54.86º 0.51% 0.27% -
XYZ 4.55 5.12 2.19 -
YUV 62.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 68 65 33 0 0.04 0.51 0.73 54.86 0.35 0.2
Hex 44 41 21 0 4 33 49 37 23 14
Octal 104 101 41 0 4 63 111 67 43 24
Binary 1000100 1000001 100001 0 100 110011 1001001 110111 100011 10100

Color Harmonies of #444121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444121

Black with #444121

Text Example


Text Example

White with #444121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444121; }

 p { color: rgb(68,65,33); }

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

background-color css

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

 a { background-color: rgb(68,65,33); }

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

border-color css

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

 span { border-color: rgb(68,65,33); }

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