#473431

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

Shades of Cedar #473431

Tints of Cedar #473431

Color information

#473431 (or 0x473431) is unknown color: approx Cedar. HEX triplet: 47, 34 and 31. RGB value is (71,52,49). Sum of RGB (Red+Green+Blue) = 71+52+49=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #473431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473431 is #B8CBCE. Grayscale: #393939. Windows color (decimal): -12110799 or 3224647. OLE color: 3224647.

HSL color Cylindrical-coordinate representation of color #473431: hue angle of 8.18º 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 #473431 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB715249-
CMYK00.270.310.72
HSL8.18º18.33%23.53%-
HSV(B)8.18º30.99%27.84%-
XYZ4.384.023.45-
YUV57.34123.29137.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=41.28%
G=30.23%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71524900.270.310.728.1818.3323.53
Hex47343101B1F4881218
Octal107646103337110102230
Binary100011111010011000101101111111100100010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473431; }

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

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

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

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

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

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

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

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