Html Css Color HEX #484533 Woodrush

📋 copy color: '#484533'

red 72 ◦ green 69 ◦ blue 51

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

Shades of Woodrush #484533

Tints of Woodrush #484533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.56%

R = 37.5%
G = 35.94%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#484533 (or 0x484533) is known color: Woodrush. HEX triplet: 48, 45 and 33. RGB value is (72,69,51). Sum of RGB (Red+Green+Blue) = 72+69+51=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #484533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484533 is #B7BACC. Grayscale: #434343. Windows color (decimal): -12040909 or 3360072. OLE color: 3360072.

HSL color Cylindrical-coordinate representation of color #484533: hue angle of 51.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484533 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 51 -
CMYK 0 0.04 0.29 0.72
HSL 51.43º 0.17% 0.24% -
HSV(B) 51.43º 0.29% 0.28% -
XYZ 5.4 5.87 3.98 -
YUV 67.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 72 69 51 0 0.04 0.29 0.72 51.43 0.17 0.24
Hex 48 45 33 0 4 1D 48 33 11 18
Octal 110 105 63 0 4 35 110 63 21 30
Binary 1001000 1000101 110011 0 100 11101 1001000 110011 10001 11000

Color Harmonies of #484533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484533

Black with #484533

Text Example


Text Example

White with #484533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484533; }

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

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

background-color css

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

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

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

border-color css

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

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

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