#4B352F

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

Shades of Cedar #4B352F

Tints of Cedar #4B352F

Color information

#4B352F (or 0x4B352F) is unknown color: approx Cedar. HEX triplet: 4B, 35 and 2F. RGB value is (75,53,47). Sum of RGB (Red+Green+Blue) = 75+53+47=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B352F is #B4CAD0. Grayscale: #3A3A3A. Windows color (decimal): -11848401 or 3093835. OLE color: 3093835.

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

Color convert

RGB755347-
CMYK00.290.370.71
HSL12.86º22.95%23.92%-
HSV(B)12.86º37.33%29.41%-
XYZ4.694.253.26-
YUV58.89121.29139.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 30.29%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=42.86%
G=30.29%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75534700.290.370.7112.8622.9523.92
Hex4B352F01D2547d1718
Octal113655703545107152730
Binary1001011110101101111011101100101100011111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,53,47); }

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

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

 a { background-color: rgb(75,53,47); }

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

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

 span { border-color: rgb(75,53,47); }

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