Html Css Color HEX #484530 Woodrush

📋 copy color: '#484530'

red 72 ◦ green 69 ◦ blue 48

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

Shades of Woodrush #484530

Tints of Woodrush #484530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 38.1%
G = 36.51%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#484530 (or 0x484530) is known color: Woodrush. HEX triplet: 48, 45 and 30. RGB value is (72,69,48). Sum of RGB (Red+Green+Blue) = 72+69+48=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #484530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484530 is #B7BACF. Grayscale: #434343. Windows color (decimal): -12040912 or 3163464. OLE color: 3163464.

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

Color convert

RGB 72 69 48 -
CMYK 0 0.04 0.33 0.72
HSL 52.5º 0.2% 0.24% -
HSV(B) 52.5º 0.33% 0.28% -
XYZ 5.33 5.85 3.64 -
YUV 67.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 72 69 48 0 0.04 0.33 0.72 52.5 0.2 0.24
Hex 48 45 30 0 4 21 48 34 14 18
Octal 110 105 60 0 4 41 110 64 24 30
Binary 1001000 1000101 110000 0 100 100001 1001000 110100 10100 11000

Color Harmonies of #484530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484530

Black with #484530

Text Example


Text Example

White with #484530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484530; }

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

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

background-color css

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

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

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

border-color css

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

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

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