#4F3931

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

Shades of Cedar #4F3931

Tints of Cedar #4F3931

Color information

#4F3931 (or 0x4F3931) is unknown color: approx Cedar. HEX triplet: 4F, 39 and 31. RGB value is (79,57,49). Sum of RGB (Red+Green+Blue) = 79+57+49=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3931 is #B0C6CE. Grayscale: #3E3E3E. Windows color (decimal): -11585231 or 3225935. OLE color: 3225935.

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

Color convert

RGB795749-
CMYK00.280.380.69
HSL16º23.44%25.1%-
HSV(B)16º37.97%30.98%-
XYZ5.244.813.56-
YUV62.67120.29139.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.70%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=42.70%
G=30.81%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79574900.280.380.691623.4425.1
Hex4F393101C2645101719
Octal117716103446105202731
Binary10011111110011100010111001001101000101100001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,57,49); }

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

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

 a { background-color: rgb(79,57,49); }

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

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

 span { border-color: rgb(79,57,49); }

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