#48312C

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

Shades of Cedar #48312C

Tints of Cedar #48312C

Color information

#48312C (or 0x48312C) is unknown color: approx Cedar. HEX triplet: 48, 31 and 2C. RGB value is (72,49,44). Sum of RGB (Red+Green+Blue) = 72+49+44=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48312C is #B7CED3. Grayscale: #373737. Windows color (decimal): -12046036 or 2896200. OLE color: 2896200.

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

Color convert

RGB724944-
CMYK00.320.390.72
HSL10.71º24.14%22.75%-
HSV(B)10.71º38.89%28.24%-
XYZ4.233.762.89-
YUV55.31121.62139.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=43.64%
G=29.70%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72494400.320.390.7210.7124.1422.75
Hex48312C0202748b1817
Octal110615404047110133027
Binary10010001100011011000100000100111100100010111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48312C; }

 p { color: rgb(72,49,44); }

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

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

 a { background-color: rgb(72,49,44); }

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

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

 span { border-color: rgb(72,49,44); }

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