Html Css Color HEX #484521 Woodrush

📋 copy color: '#484521'

red 72 ◦ green 69 ◦ blue 33

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

Shades of Woodrush #484521

Tints of Woodrush #484521

RGB

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

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

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

R = 41.38%
G = 39.66%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#484521 (or 0x484521) is known color: Woodrush. HEX triplet: 48, 45 and 21. RGB value is (72,69,33). Sum of RGB (Red+Green+Blue) = 72+69+33=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #484521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484521 is #B7BADE. Grayscale: #414141. Windows color (decimal): -12040927 or 2180424. OLE color: 2180424.

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

Color convert

RGB 72 69 33 -
CMYK 0 0.04 0.54 0.72
HSL 55.38º 0.37% 0.21% -
HSV(B) 55.38º 0.54% 0.28% -
XYZ 5.08 5.74 2.28 -
YUV 65.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 72 69 33 0 0.04 0.54 0.72 55.38 0.37 0.21
Hex 48 45 21 0 4 36 48 37 25 15
Octal 110 105 41 0 4 66 110 67 45 25
Binary 1001000 1000101 100001 0 100 110110 1001000 110111 100101 10101

Color Harmonies of #484521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484521

Black with #484521

Text Example


Text Example

White with #484521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484521; }

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

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

background-color css

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

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

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

border-color css

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

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

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