Html Css Color HEX #484431 Woodrush

📋 copy color: '#484431'

red 72 ◦ green 68 ◦ blue 49

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

Shades of Woodrush #484431

Tints of Woodrush #484431

RGB

 RED value IS 72 (28.52% from 255) = 38.1%

 GREEN value IS 68 (26.95% from 255) = 35.98%

 BLUE value IS 49 (19.53% from 255) = 25.93%

R = 38.1%
G = 35.98%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#484431 (or 0x484431) is known color: Woodrush. HEX triplet: 48, 44 and 31. RGB value is (72,68,49). Sum of RGB (Red+Green+Blue) = 72+68+49=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #484431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484431 is #B7BBCE. Grayscale: #434343. Windows color (decimal): -12041167 or 3228744. OLE color: 3228744.

HSL color Cylindrical-coordinate representation of color #484431: hue angle of 49.57º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484431 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 49 -
CMYK 0 0.06 0.32 0.72
HSL 49.57º 0.19% 0.24% -
HSV(B) 49.57º 0.32% 0.28% -
XYZ 5.29 5.73 3.73 -
YUV 67.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 72 68 49 0 0.06 0.32 0.72 49.57 0.19 0.24
Hex 48 44 31 0 6 20 48 32 13 18
Octal 110 104 61 0 6 40 110 62 23 30
Binary 1001000 1000100 110001 0 110 100000 1001000 110010 10011 11000

Color Harmonies of #484431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484431

Black with #484431

Text Example


Text Example

White with #484431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484431; }

 p { color: rgb(72,68,49); }

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

background-color css

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

 a { background-color: rgb(72,68,49); }

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

border-color css

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

 span { border-color: rgb(72,68,49); }

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