Html Css Color HEX #484425 Woodrush

📋 copy color: '#484425'

red 72 ◦ green 68 ◦ blue 37

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

Shades of Woodrush #484425

Tints of Woodrush #484425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.42%

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

R = 40.68%
G = 38.42%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#484425 (or 0x484425) is known color: Woodrush. HEX triplet: 48, 44 and 25. RGB value is (72,68,37). Sum of RGB (Red+Green+Blue) = 72+68+37=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #484425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484425 is #B7BBDA. Grayscale: #414141. Windows color (decimal): -12041179 or 2442312. OLE color: 2442312.

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

Color convert

RGB 72 68 37 -
CMYK 0 0.06 0.49 0.72
HSL 53.14º 0.32% 0.21% -
HSV(B) 53.14º 0.49% 0.28% -
XYZ 5.07 5.65 2.57 -
YUV 65.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 72 68 37 0 0.06 0.49 0.72 53.14 0.32 0.21
Hex 48 44 25 0 6 31 48 35 20 15
Octal 110 104 45 0 6 61 110 65 40 25
Binary 1001000 1000100 100101 0 110 110001 1001000 110101 100000 10101

Color Harmonies of #484425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484425

Black with #484425

Text Example


Text Example

White with #484425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484425; }

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

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

background-color css

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

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

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

border-color css

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

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

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