#48432B

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

Shades of Woodrush #48432B

Tints of Woodrush #48432B

Color information

#48432B (or 0x48432B) is unknown color: approx Woodrush. HEX triplet: 48, 43 and 2B. RGB value is (72,67,43). Sum of RGB (Red+Green+Blue) = 72+67+43=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #48432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48432B is #B7BCD4. Grayscale: #414141. Windows color (decimal): -12041429 or 2835272. OLE color: 2835272.

HSL color Cylindrical-coordinate representation of color #48432B: hue angle of 49.66º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48432B is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB726743-
CMYK00.070.400.72
HSL49.66º25.22%22.55%-
HSV(B)49.66º40.28%28.24%-
XYZ5.125.573.09-
YUV65.76115.16132.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=39.56%
G=36.81%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72674300.070.400.7249.6625.2222.55
Hex48432B072848321917
Octal110103530750110623127
Binary10010001000011101011011110100010010001100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48432B; }

 p { color: rgb(72,67,43); }

 H1.HeaderClassName
 {
   color: #48432B;
 }
 .AnyTagClassName
 {
   color: #48432B;
 }
</style>
background-color css

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

 a { background-color: rgb(72,67,43); }

 div.DivClassName
 {
   background-color: #48432B;
 }
 .BgClassName
 {
   background-color: #48432B;
 }
</style>
border-color css

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

 span { border-color: rgb(72,67,43); }

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