Html Css Color HEX #484528 Woodrush

📋 copy color: '#484528'

red 72 ◦ green 69 ◦ blue 40

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

Shades of Woodrush #484528

Tints of Woodrush #484528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 39.78%
G = 38.12%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#484528 (or 0x484528) is known color: Woodrush. HEX triplet: 48, 45 and 28. RGB value is (72,69,40). Sum of RGB (Red+Green+Blue) = 72+69+40=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #484528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484528 is #B7BAD7. Grayscale: #424242. Windows color (decimal): -12040920 or 2639176. OLE color: 2639176.

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

Color convert

RGB 72 69 40 -
CMYK 0 0.04 0.44 0.72
HSL 54.38º 0.29% 0.22% -
HSV(B) 54.38º 0.44% 0.28% -
XYZ 5.18 5.79 2.85 -
YUV 66.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 72 69 40 0 0.04 0.44 0.72 54.38 0.29 0.22
Hex 48 45 28 0 4 2C 48 36 1D 16
Octal 110 105 50 0 4 54 110 66 35 26
Binary 1001000 1000101 101000 0 100 101100 1001000 110110 11101 10110

Color Harmonies of #484528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484528

Black with #484528

Text Example


Text Example

White with #484528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484528; }

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

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

background-color css

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

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

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

border-color css

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

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

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