#48332D

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

Shades of Cedar #48332D

Tints of Cedar #48332D

Color information

#48332D (or 0x48332D) is unknown color: approx Cedar. HEX triplet: 48, 33 and 2D. RGB value is (72,51,45). Sum of RGB (Red+Green+Blue) = 72+51+45=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48332D is #B7CCD2. Grayscale: #383838. Windows color (decimal): -12045523 or 2962248. OLE color: 2962248.

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

Color convert

RGB725145-
CMYK00.290.380.72
HSL13.33º23.08%22.94%-
HSV(B)13.33º37.5%28.24%-
XYZ4.333.933.01-
YUV56.6121.46138.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=42.86%
G=30.36%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72514500.290.380.7213.3323.0822.94
Hex48332D01D2648d1717
Octal110635503546110152727
Binary1001000110011101101011101100110100100011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48332D; }

 p { color: rgb(72,51,45); }

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

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

 a { background-color: rgb(72,51,45); }

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

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

 span { border-color: rgb(72,51,45); }

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