Html Css Color HEX #484224 Woodrush

📋 copy color: '#484224'

red 72 ◦ green 66 ◦ blue 36

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

Shades of Woodrush #484224

Tints of Woodrush #484224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

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

R = 41.38%
G = 37.93%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#484224 (or 0x484224) is known color: Woodrush. HEX triplet: 48, 42 and 24. RGB value is (72,66,36). Sum of RGB (Red+Green+Blue) = 72+66+36=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #484224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484224 is #B7BDDB. Grayscale: #404040. Windows color (decimal): -12041692 or 2376264. OLE color: 2376264.

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

Color convert

RGB 72 66 36 -
CMYK 0 0.08 0.5 0.72
HSL 50º 0.33% 0.21% -
HSV(B) 50º 0.5% 0.28% -
XYZ 4.94 5.4 2.45 -
YUV 64.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 72 66 36 0 0.08 0.5 0.72 50 0.33 0.21
Hex 48 42 24 0 8 32 48 32 21 15
Octal 110 102 44 0 10 62 110 62 41 25
Binary 1001000 1000010 100100 0 1000 110010 1001000 110010 100001 10101

Color Harmonies of #484224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484224

Black with #484224

Text Example


Text Example

White with #484224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484224; }

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

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

background-color css

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

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

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

border-color css

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

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

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