Html Css Color HEX #484427 Woodrush

📋 copy color: '#484427'

red 72 ◦ green 68 ◦ blue 39

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

Shades of Woodrush #484427

Tints of Woodrush #484427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.99%

 BLUE value IS 39 (15.63% from 255) = 21.79%

R = 40.22%
G = 37.99%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#484427 (or 0x484427) is known color: Woodrush. HEX triplet: 48, 44 and 27. RGB value is (72,68,39). Sum of RGB (Red+Green+Blue) = 72+68+39=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #484427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484427 is #B7BBD8. Grayscale: #424242. Windows color (decimal): -12041177 or 2573384. OLE color: 2573384.

HSL color Cylindrical-coordinate representation of color #484427: hue angle of 52.73º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #484427 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 39 -
CMYK 0 0.06 0.46 0.72
HSL 52.73º 0.3% 0.22% -
HSV(B) 52.73º 0.46% 0.28% -
XYZ 5.11 5.66 2.74 -
YUV 65.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 72 68 39 0 0.06 0.46 0.72 52.73 0.3 0.22
Hex 48 44 27 0 6 2E 48 35 1E 16
Octal 110 104 47 0 6 56 110 65 36 26
Binary 1001000 1000100 100111 0 110 101110 1001000 110101 11110 10110

Color Harmonies of #484427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484427

Black with #484427

Text Example


Text Example

White with #484427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484427; }

 p { color: rgb(72,68,39); }

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

background-color css

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

 a { background-color: rgb(72,68,39); }

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

border-color css

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

 span { border-color: rgb(72,68,39); }

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