#4F372F

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

Shades of Cedar #4F372F

Tints of Cedar #4F372F

Color information

#4F372F (or 0x4F372F) is unknown color: approx Cedar. HEX triplet: 4F, 37 and 2F. RGB value is (79,55,47). Sum of RGB (Red+Green+Blue) = 79+55+47=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F372F is #B0C8D0. Grayscale: #3D3D3D. Windows color (decimal): -11585745 or 3094351. OLE color: 3094351.

HSL color Cylindrical-coordinate representation of color #4F372F: hue angle of 15º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F372F is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB795547-
CMYK00.300.410.69
HSL15º25.4%24.71%-
HSV(B)15º40.51%30.98%-
XYZ5.14.63.31-
YUV61.26119.95140.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.65%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 47 (18.75% from 255) = 25.97%
R=43.65%
G=30.39%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79554700.300.410.691525.424.71
Hex4F372F01E2945f1919
Octal117675703651105173131
Binary1001111110111101111011110101001100010111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,55,47); }

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

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

 a { background-color: rgb(79,55,47); }

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

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

 span { border-color: rgb(79,55,47); }

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