#4F382F

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

Shades of Cedar #4F382F

Tints of Cedar #4F382F

Color information

#4F382F (or 0x4F382F) is unknown color: approx Cedar. HEX triplet: 4F, 38 and 2F. RGB value is (79,56,47). Sum of RGB (Red+Green+Blue) = 79+56+47=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F382F is #B0C7D0. Grayscale: #3D3D3D. Windows color (decimal): -11585489 or 3094607. OLE color: 3094607.

HSL color Cylindrical-coordinate representation of color #4F382F: hue angle of 16.88º 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 #4F382F is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB795647-
CMYK00.290.410.69
HSL16.88º25.4%24.71%-
HSV(B)16.88º40.51%30.98%-
XYZ5.154.73.32-
YUV61.85119.62140.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.41%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=43.41%
G=30.77%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79564700.290.410.6916.8825.424.71
Hex4F382F01D2945111919
Octal117705703551105213131
Binary10011111110001011110111011010011000101100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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