#473531

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

Shades of Cedar #473531

Tints of Cedar #473531

Color information

#473531 (or 0x473531) is unknown color: approx Cedar. HEX triplet: 47, 35 and 31. RGB value is (71,53,49). Sum of RGB (Red+Green+Blue) = 71+53+49=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #473531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473531 is #B8CACE. Grayscale: #393939. Windows color (decimal): -12110543 or 3224903. OLE color: 3224903.

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

Color convert

RGB715349-
CMYK00.250.310.72
HSL10.91º18.33%23.53%-
HSV(B)10.91º30.99%27.84%-
XYZ4.434.113.47-
YUV57.93122.96137.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=41.04%
G=30.64%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71534900.250.310.7210.9118.3323.53
Hex4735310191F48b1218
Octal107656103137110132230
Binary100011111010111000101100111111100100010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473531; }

 p { color: rgb(71,53,49); }

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

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

 a { background-color: rgb(71,53,49); }

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

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

 span { border-color: rgb(71,53,49); }

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