#4A322A

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

Shades of Cedar #4A322A

Tints of Cedar #4A322A

Color information

#4A322A (or 0x4A322A) is unknown color: approx Cedar. HEX triplet: 4A, 32 and 2A. RGB value is (74,50,42). Sum of RGB (Red+Green+Blue) = 74+50+42=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 74 - color contains mainly: red. Hex color #4A322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A322A is #B5CDD5. Grayscale: #383838. Windows color (decimal): -11914710 or 2765386. OLE color: 2765386.

HSL color Cylindrical-coordinate representation of color #4A322A: hue angle of 15º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A322A is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB745042-
CMYK00.320.430.71
HSL15º27.59%22.75%-
HSV(B)15º43.24%29.02%-
XYZ4.383.92.71-
YUV56.26119.95140.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.58%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=44.58%
G=30.12%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74504200.320.430.711527.5922.75
Hex4A322A0202B47f1c17
Octal112625204053107173427
Binary10010101100101010100100000101011100011111111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A322A; }

 p { color: rgb(74,50,42); }

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

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

 a { background-color: rgb(74,50,42); }

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

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

 span { border-color: rgb(74,50,42); }

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