#484427

Color #484427 Woodrush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodrush #484427

Tints of Woodrush #484427

Color information

#484427 (or 0x484427) is unknown color: approx 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

RGB726839-
CMYK00.060.460.72
HSL52.73º29.73%21.76%-
HSV(B)52.73º45.83%28.24%-
XYZ5.115.662.74-
YUV65.89112.83132.36-

RGB Variations

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

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.62% from 255) = 21.79%
R=40.22%
G=37.99%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72683900.060.460.7252.7329.7321.76
Hex484427062E48351e16
Octal110104470656110653626
Binary10010001000100100111011010111010010001101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>