Html Css Color HEX #484422 Woodrush

📋 copy color: '#484422'

red 72 ◦ green 68 ◦ blue 34

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

Shades of Woodrush #484422

Tints of Woodrush #484422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.54%

R = 41.38%
G = 39.08%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#484422 (or 0x484422) is known color: Woodrush. HEX triplet: 48, 44 and 22. RGB value is (72,68,34). Sum of RGB (Red+Green+Blue) = 72+68+34=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #484422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484422 is #B7BBDD. Grayscale: #414141. Windows color (decimal): -12041182 or 2245704. OLE color: 2245704.

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

Color convert

RGB 72 68 34 -
CMYK 0 0.06 0.53 0.72
HSL 53.68º 0.36% 0.21% -
HSV(B) 53.68º 0.53% 0.28% -
XYZ 5.03 5.63 2.33 -
YUV 65.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 72 68 34 0 0.06 0.53 0.72 53.68 0.36 0.21
Hex 48 44 22 0 6 35 48 36 24 15
Octal 110 104 42 0 6 65 110 66 44 25
Binary 1001000 1000100 100010 0 110 110101 1001000 110110 100100 10101

Color Harmonies of #484422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484422

Black with #484422

Text Example


Text Example

White with #484422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484422; }

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

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

background-color css

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

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

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

border-color css

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

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

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