#48312B

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

Shades of Cedar #48312B

Tints of Cedar #48312B

Color information

#48312B (or 0x48312B) is unknown color: approx Cedar. HEX triplet: 48, 31 and 2B. RGB value is (72,49,43). Sum of RGB (Red+Green+Blue) = 72+49+43=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #48312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48312B is #B7CED4. Grayscale: #373737. Windows color (decimal): -12046037 or 2830664. OLE color: 2830664.

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

Color convert

RGB724943-
CMYK00.320.400.72
HSL12.41º25.22%22.55%-
HSV(B)12.41º40.28%28.24%-
XYZ4.213.752.79-
YUV55.19121.12139.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=43.90%
G=29.88%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72494300.320.400.7212.4125.2222.55
Hex48312B0202848c1917
Octal110615304050110143127
Binary10010001100011010110100000101000100100011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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