Html Css Color HEX #484624 Woodrush

📋 copy color: '#484624'

red 72 ◦ green 70 ◦ blue 36

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

Shades of Woodrush #484624

Tints of Woodrush #484624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.22%

R = 40.45%
G = 39.33%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#484624 (or 0x484624) is known color: Woodrush. HEX triplet: 48, 46 and 24. RGB value is (72,70,36). Sum of RGB (Red+Green+Blue) = 72+70+36=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #484624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484624 is #B7B9DB. Grayscale: #424242. Windows color (decimal): -12040668 or 2377288. OLE color: 2377288.

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

Color convert

RGB 72 70 36 -
CMYK 0 0.03 0.5 0.72
HSL 56.67º 0.33% 0.21% -
HSV(B) 56.67º 0.5% 0.28% -
XYZ 5.18 5.89 2.53 -
YUV 66.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 72 70 36 0 0.03 0.5 0.72 56.67 0.33 0.21
Hex 48 46 24 0 3 32 48 39 21 15
Octal 110 106 44 0 3 62 110 71 41 25
Binary 1001000 1000110 100100 0 11 110010 1001000 111001 100001 10101

Color Harmonies of #484624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484624

Black with #484624

Text Example


Text Example

White with #484624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484624; }

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

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

background-color css

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

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

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

border-color css

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

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

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