Html Css Color HEX #484526 Woodrush

📋 copy color: '#484526'

red 72 ◦ green 69 ◦ blue 38

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

Shades of Woodrush #484526

Tints of Woodrush #484526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.23%

R = 40.22%
G = 38.55%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#484526 (or 0x484526) is known color: Woodrush. HEX triplet: 48, 45 and 26. RGB value is (72,69,38). Sum of RGB (Red+Green+Blue) = 72+69+38=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #484526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484526 is #B7BAD9. Grayscale: #424242. Windows color (decimal): -12040922 or 2508104. OLE color: 2508104.

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

Color convert

RGB 72 69 38 -
CMYK 0 0.04 0.47 0.72
HSL 54.71º 0.31% 0.22% -
HSV(B) 54.71º 0.47% 0.28% -
XYZ 5.15 5.77 2.68 -
YUV 66.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 72 69 38 0 0.04 0.47 0.72 54.71 0.31 0.22
Hex 48 45 26 0 4 2F 48 37 1F 16
Octal 110 105 46 0 4 57 110 67 37 26
Binary 1001000 1000101 100110 0 100 101111 1001000 110111 11111 10110

Color Harmonies of #484526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484526

Black with #484526

Text Example


Text Example

White with #484526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484526; }

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

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

background-color css

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

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

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

border-color css

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

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

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