#473532

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

Shades of Cedar #473532

Tints of Cedar #473532

Color information

#473532 (or 0x473532) is unknown color: approx Cedar. HEX triplet: 47, 35 and 32. RGB value is (71,53,50). Sum of RGB (Red+Green+Blue) = 71+53+50=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #473532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473532 is #B8CACD. Grayscale: #3A3A3A. Windows color (decimal): -12110542 or 3290439. OLE color: 3290439.

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

Color convert

RGB715350-
CMYK00.250.300.72
HSL8.57º17.36%23.73%-
HSV(B)8.57º29.58%27.84%-
XYZ4.454.123.58-
YUV58.04123.46137.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=40.80%
G=30.46%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71535000.250.300.728.5717.3623.73
Hex4735320191E4891118
Octal107656203136110112130
Binary100011111010111001001100111110100100010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473532; }

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

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

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

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

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

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

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

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