Html Css Color HEX #484532 Woodrush

📋 copy color: '#484532'

red 72 ◦ green 69 ◦ blue 50

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

Shades of Woodrush #484532

Tints of Woodrush #484532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 37.7%
G = 36.13%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#484532 (or 0x484532) is known color: Woodrush. HEX triplet: 48, 45 and 32. RGB value is (72,69,50). Sum of RGB (Red+Green+Blue) = 72+69+50=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #484532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484532 is #B7BACD. Grayscale: #434343. Windows color (decimal): -12040910 or 3294536. OLE color: 3294536.

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

Color convert

RGB 72 69 50 -
CMYK 0 0.04 0.31 0.72
HSL 51.82º 0.18% 0.24% -
HSV(B) 51.82º 0.31% 0.28% -
XYZ 5.38 5.86 3.87 -
YUV 67.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 72 69 50 0 0.04 0.31 0.72 51.82 0.18 0.24
Hex 48 45 32 0 4 1F 48 34 12 18
Octal 110 105 62 0 4 37 110 64 22 30
Binary 1001000 1000101 110010 0 100 11111 1001000 110100 10010 11000

Color Harmonies of #484532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484532

Black with #484532

Text Example


Text Example

White with #484532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484532; }

 p { color: rgb(72,69,50); }

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

background-color css

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

 a { background-color: rgb(72,69,50); }

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

border-color css

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

 span { border-color: rgb(72,69,50); }

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