#453230

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

Shades of Cedar #453230

Tints of Cedar #453230

Color information

#453230 (or 0x453230) is unknown color: approx Cedar. HEX triplet: 45, 32 and 30. RGB value is (69,50,48). Sum of RGB (Red+Green+Blue) = 69+50+48=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 69 - color contains mainly: red. Hex color #453230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453230 is #BACDCF. Grayscale: #373737. Windows color (decimal): -12242384 or 3158597. OLE color: 3158597.

HSL color Cylindrical-coordinate representation of color #453230: hue angle of 5.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #453230 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB695048-
CMYK00.280.300.73
HSL5.71º17.95%22.94%-
HSV(B)5.71º30.43%27.06%-
XYZ4.133.763.3-
YUV55.45123.79137.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=41.32%
G=29.94%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69504800.280.300.735.7117.9522.94
Hex45323001C1E4961217
Octal10562600343611162227
Binary10001011100101100000111001111010010011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453230; }

 p { color: rgb(69,50,48); }

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

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

 a { background-color: rgb(69,50,48); }

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

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

 span { border-color: rgb(69,50,48); }

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