#483532

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

Shades of Cedar #483532

Tints of Cedar #483532

Color information

#483532 (or 0x483532) is unknown color: approx Cedar. HEX triplet: 48, 35 and 32. RGB value is (72,53,50). Sum of RGB (Red+Green+Blue) = 72+53+50=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483532 is #B7CACD. Grayscale: #3A3A3A. Windows color (decimal): -12045006 or 3290440. OLE color: 3290440.

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

Color convert

RGB725350-
CMYK00.260.310.72
HSL8.18º18.03%23.92%-
HSV(B)8.18º30.56%28.24%-
XYZ4.524.153.58-
YUV58.34123.29137.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 53 (21.09% from 255) = 30.29%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=41.14%
G=30.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72535000.260.310.728.1818.0323.92
Hex48353201A1F4881218
Octal110656203237110102230
Binary100100011010111001001101011111100100010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483532; }

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

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

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

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

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

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

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

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