#453431

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

Shades of Cedar #453431

Tints of Cedar #453431

Color information

#453431 (or 0x453431) is unknown color: approx Cedar. HEX triplet: 45, 34 and 31. RGB value is (69,52,49). Sum of RGB (Red+Green+Blue) = 69+52+49=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 69 - color contains mainly: red. Hex color #453431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453431 is #BACBCE. Grayscale: #383838. Windows color (decimal): -12241871 or 3224645. OLE color: 3224645.

HSL color Cylindrical-coordinate representation of color #453431: hue angle of 9º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #453431 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB695249-
CMYK00.250.290.73
HSL16.95%23.14%-
HSV(B)28.99%27.06%-
XYZ4.243.943.44-
YUV56.74123.63136.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=40.59%
G=30.59%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69524900.250.290.73916.9523.14
Hex4534310191D4991117
Octal105646103135111112127
Binary100010111010011000101100111101100100110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453431; }

 p { color: rgb(69,52,49); }

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

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

 a { background-color: rgb(69,52,49); }

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

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

 span { border-color: rgb(69,52,49); }

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