#4B322A

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

Shades of Cedar #4B322A

Tints of Cedar #4B322A

Color information

#4B322A (or 0x4B322A) is unknown color: approx Cedar. HEX triplet: 4B, 32 and 2A. RGB value is (75,50,42). Sum of RGB (Red+Green+Blue) = 75+50+42=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B322A is #B4CDD5. Grayscale: #383838. Windows color (decimal): -11849174 or 2765387. OLE color: 2765387.

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

Color convert

RGB755042-
CMYK00.330.440.71
HSL14.55º28.21%22.94%-
HSV(B)14.55º44%29.41%-
XYZ4.463.942.72-
YUV56.56119.78141.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=44.91%
G=29.94%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75504200.330.440.7114.5528.2122.94
Hex4B322A0212C47f1c17
Octal113625204154107173427
Binary10010111100101010100100001101100100011111111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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