Html Css Color HEX #484625 Woodrush

📋 copy color: '#484625'

red 72 ◦ green 70 ◦ blue 37

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

Shades of Woodrush #484625

Tints of Woodrush #484625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.11%

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

R = 40.22%
G = 39.11%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#484625 (or 0x484625) is known color: Woodrush. HEX triplet: 48, 46 and 25. RGB value is (72,70,37). Sum of RGB (Red+Green+Blue) = 72+70+37=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #484625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484625 is #B7B9DA. Grayscale: #424242. Windows color (decimal): -12040667 or 2442824. OLE color: 2442824.

HSL color Cylindrical-coordinate representation of color #484625: hue angle of 56.57º 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 #484625 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 70 37 -
CMYK 0 0.03 0.49 0.72
HSL 56.57º 0.32% 0.21% -
HSV(B) 56.57º 0.49% 0.28% -
XYZ 5.2 5.89 2.61 -
YUV 66.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 72 70 37 0 0.03 0.49 0.72 56.57 0.32 0.21
Hex 48 46 25 0 3 31 48 39 20 15
Octal 110 106 45 0 3 61 110 71 40 25
Binary 1001000 1000110 100101 0 11 110001 1001000 111001 100000 10101

Color Harmonies of #484625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484625

Black with #484625

Text Example


Text Example

White with #484625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484625; }

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

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

background-color css

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

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

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

border-color css

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

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

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