Html Css Color HEX #484622 Woodrush

📋 copy color: '#484622'

red 72 ◦ green 70 ◦ blue 34

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

Shades of Woodrush #484622

Tints of Woodrush #484622

RGB

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

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

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

R = 40.91%
G = 39.77%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#484622 (or 0x484622) is known color: Woodrush. HEX triplet: 48, 46 and 22. RGB value is (72,70,34). Sum of RGB (Red+Green+Blue) = 72+70+34=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #484622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484622 is #B7B9DD. Grayscale: #424242. Windows color (decimal): -12040670 or 2246216. OLE color: 2246216.

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

Color convert

RGB 72 70 34 -
CMYK 0 0.03 0.53 0.72
HSL 56.84º 0.36% 0.21% -
HSV(B) 56.84º 0.53% 0.28% -
XYZ 5.15 5.87 2.38 -
YUV 66.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 72 70 34 0 0.03 0.53 0.72 56.84 0.36 0.21
Hex 48 46 22 0 3 35 48 39 24 15
Octal 110 106 42 0 3 65 110 71 44 25
Binary 1001000 1000110 100010 0 11 110101 1001000 111001 100100 10101

Color Harmonies of #484622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484622

Black with #484622

Text Example


Text Example

White with #484622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484622; }

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

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

background-color css

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

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

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

border-color css

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

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

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