#453734

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

Shades of Cedar #453734

Tints of Cedar #453734

Color information

#453734 (or 0x453734) is unknown color: approx Cedar. HEX triplet: 45, 37 and 34. RGB value is (69,55,52). Sum of RGB (Red+Green+Blue) = 69+55+52=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 69 - color contains mainly: red. Hex color #453734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453734 is #BAC8CB. Grayscale: #3A3A3A. Windows color (decimal): -12241100 or 3422021. OLE color: 3422021.

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

Color convert

RGB695552-
CMYK00.200.250.73
HSL10.59º14.05%23.73%-
HSV(B)10.59º24.64%27.06%-
XYZ4.444.253.83-
YUV58.84124.14135.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=39.20%
G=31.25%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69555200.200.250.7310.5914.0523.73
Hex4537340141949be18
Octal105676402431111131630
Binary10001011101111101000101001100110010011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453734; }

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

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

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

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

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

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

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

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