Html Css Color HEX #484535 Woodrush

📋 copy color: '#484535'

red 72 ◦ green 69 ◦ blue 53

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

Shades of Woodrush #484535

Tints of Woodrush #484535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 37.11%
G = 35.57%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#484535 (or 0x484535) is known color: Woodrush. HEX triplet: 48, 45 and 35. RGB value is (72,69,53). Sum of RGB (Red+Green+Blue) = 72+69+53=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #484535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484535 is #B7BACA. Grayscale: #444444. Windows color (decimal): -12040907 or 3491144. OLE color: 3491144.

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

Color convert

RGB 72 69 53 -
CMYK 0 0.04 0.26 0.72
HSL 50.53º 0.15% 0.25% -
HSV(B) 50.53º 0.26% 0.28% -
XYZ 5.44 5.89 4.22 -
YUV 68.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 72 69 53 0 0.04 0.26 0.72 50.53 0.15 0.25
Hex 48 45 35 0 4 1A 48 33 F 19
Octal 110 105 65 0 4 32 110 63 17 31
Binary 1001000 1000101 110101 0 100 11010 1001000 110011 1111 11001

Color Harmonies of #484535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484535

Black with #484535

Text Example


Text Example

White with #484535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484535; }

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

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

background-color css

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

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

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

border-color css

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

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

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