Html Css Color HEX #484621 Woodrush

📋 copy color: '#484621'

red 72 ◦ green 70 ◦ blue 33

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

Shades of Woodrush #484621

Tints of Woodrush #484621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 41.14%
G = 40%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#484621 (or 0x484621) is known color: Woodrush. HEX triplet: 48, 46 and 21. RGB value is (72,70,33). Sum of RGB (Red+Green+Blue) = 72+70+33=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #484621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484621 is #B7B9DE. Grayscale: #424242. Windows color (decimal): -12040671 or 2180680. OLE color: 2180680.

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

Color convert

RGB 72 70 33 -
CMYK 0 0.03 0.54 0.72
HSL 56.92º 0.37% 0.21% -
HSV(B) 56.92º 0.54% 0.28% -
XYZ 5.14 5.87 2.3 -
YUV 66.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 72 70 33 0 0.03 0.54 0.72 56.92 0.37 0.21
Hex 48 46 21 0 3 36 48 39 25 15
Octal 110 106 41 0 3 66 110 71 45 25
Binary 1001000 1000110 100001 0 11 110110 1001000 111001 100101 10101

Color Harmonies of #484621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484621

Black with #484621

Text Example


Text Example

White with #484621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484621; }

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

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

background-color css

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

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

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

border-color css

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

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

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