Html Css Color HEX #484525 Woodrush

📋 copy color: '#484525'

red 72 ◦ green 69 ◦ blue 37

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

Shades of Woodrush #484525

Tints of Woodrush #484525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 40.45%
G = 38.76%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#484525 (or 0x484525) is known color: Woodrush. HEX triplet: 48, 45 and 25. RGB value is (72,69,37). Sum of RGB (Red+Green+Blue) = 72+69+37=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #484525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484525 is #B7BADA. Grayscale: #424242. Windows color (decimal): -12040923 or 2442568. OLE color: 2442568.

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

Color convert

RGB 72 69 37 -
CMYK 0 0.04 0.49 0.72
HSL 54.86º 0.32% 0.21% -
HSV(B) 54.86º 0.49% 0.28% -
XYZ 5.13 5.77 2.59 -
YUV 66.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 72 69 37 0 0.04 0.49 0.72 54.86 0.32 0.21
Hex 48 45 25 0 4 31 48 37 20 15
Octal 110 105 45 0 4 61 110 67 40 25
Binary 1001000 1000101 100101 0 100 110001 1001000 110111 100000 10101

Color Harmonies of #484525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484525

Black with #484525

Text Example


Text Example

White with #484525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484525; }

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

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

background-color css

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

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

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

border-color css

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

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

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