Html Css Color HEX #444030 Woodrush

📋 copy color: '#444030'

red 68 ◦ green 64 ◦ blue 48

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

Shades of Woodrush #444030

Tints of Woodrush #444030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.56%

 BLUE value IS 48 (19.14% from 255) = 26.67%

R = 37.78%
G = 35.56%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#444030 (or 0x444030) is known color: Woodrush. HEX triplet: 44, 40 and 30. RGB value is (68,64,48). Sum of RGB (Red+Green+Blue) = 68+64+48=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 68 - color contains mainly: red. Hex color #444030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444030 is #BBBFCF. Grayscale: #3F3F3F. Windows color (decimal): -12304336 or 3162180. OLE color: 3162180.

HSL color Cylindrical-coordinate representation of color #444030: hue angle of 48º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #444030 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 64 48 -
CMYK 0 0.06 0.29 0.73
HSL 48º 0.17% 0.23% -
HSV(B) 48º 0.29% 0.27% -
XYZ 4.75 5.11 3.53 -
YUV 63.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 68 64 48 0 0.06 0.29 0.73 48 0.17 0.23
Hex 44 40 30 0 6 1D 49 30 11 17
Octal 104 100 60 0 6 35 111 60 21 27
Binary 1000100 1000000 110000 0 110 11101 1001001 110000 10001 10111

Color Harmonies of #444030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444030

Black with #444030

Text Example


Text Example

White with #444030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444030; }

 p { color: rgb(68,64,48); }

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

background-color css

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

 a { background-color: rgb(68,64,48); }

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

border-color css

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

 span { border-color: rgb(68,64,48); }

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