#473430

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

Shades of Cedar #473430

Tints of Cedar #473430

Color information

#473430 (or 0x473430) is unknown color: approx Cedar. HEX triplet: 47, 34 and 30. RGB value is (71,52,48). Sum of RGB (Red+Green+Blue) = 71+52+48=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #473430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473430 is #B8CBCF. Grayscale: #393939. Windows color (decimal): -12110800 or 3159111. OLE color: 3159111.

HSL color Cylindrical-coordinate representation of color #473430: hue angle of 10.43º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473430 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB715248-
CMYK00.270.320.72
HSL10.43º19.33%23.33%-
HSV(B)10.43º32.39%27.84%-
XYZ4.364.013.34-
YUV57.22122.79137.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=41.52%
G=30.41%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71524800.270.320.7210.4319.3323.33
Hex47343001B2048a1317
Octal107646003340110122327
Binary1000111110100110000011011100000100100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473430; }

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

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

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

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

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

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

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

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