Html Css Color HEX #484322 Woodrush

📋 copy color: '#484322'

red 72 ◦ green 67 ◦ blue 34

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

Shades of Woodrush #484322

Tints of Woodrush #484322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.73%

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

R = 41.62%
G = 38.73%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#484322 (or 0x484322) is known color: Woodrush. HEX triplet: 48, 43 and 22. RGB value is (72,67,34). Sum of RGB (Red+Green+Blue) = 72+67+34=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #484322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484322 is #B7BCDD. Grayscale: #404040. Windows color (decimal): -12041438 or 2245448. OLE color: 2245448.

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

Color convert

RGB 72 67 34 -
CMYK 0 0.07 0.53 0.72
HSL 52.11º 0.36% 0.21% -
HSV(B) 52.11º 0.53% 0.28% -
XYZ 4.97 5.51 2.31 -
YUV 64.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 72 67 34 0 0.07 0.53 0.72 52.11 0.36 0.21
Hex 48 43 22 0 7 35 48 34 24 15
Octal 110 103 42 0 7 65 110 64 44 25
Binary 1001000 1000011 100010 0 111 110101 1001000 110100 100100 10101

Color Harmonies of #484322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484322

Black with #484322

Text Example


Text Example

White with #484322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484322; }

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

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

background-color css

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

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

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

border-color css

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

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

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