#4B352E

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

Shades of Cedar #4B352E

Tints of Cedar #4B352E

Color information

#4B352E (or 0x4B352E) is unknown color: approx Cedar. HEX triplet: 4B, 35 and 2E. RGB value is (75,53,46). Sum of RGB (Red+Green+Blue) = 75+53+46=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B352E is #B4CAD1. Grayscale: #3A3A3A. Windows color (decimal): -11848402 or 3028299. OLE color: 3028299.

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

Color convert

RGB755346-
CMYK00.290.390.71
HSL14.48º23.97%23.73%-
HSV(B)14.48º38.67%29.41%-
XYZ4.674.243.16-
YUV58.78120.79139.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.10%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=43.10%
G=30.46%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75534600.290.390.7114.4823.9723.73
Hex4B352E01D2747e1818
Octal113655603547107163030
Binary1001011110101101110011101100111100011111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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