#4F4B23

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

Shades of Camouflage #4F4B23

Tints of Camouflage #4F4B23

Color information

#4F4B23 (or 0x4F4B23) is unknown color: approx Camouflage. HEX triplet: 4F, 4B and 23. RGB value is (79,75,35). Sum of RGB (Red+Green+Blue) = 79+75+35=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4B23 is #B0B4DC. Grayscale: #474747. Windows color (decimal): -11580637 or 2313039. OLE color: 2313039.

HSL color Cylindrical-coordinate representation of color #4F4B23: hue angle of 54.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F4B23 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB797535-
CMYK00.050.560.69
HSL54.55º38.6%22.35%-
HSV(B)54.55º55.7%30.98%-
XYZ6.046.822.59-
YUV71.64107.33133.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.80%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 35 (14.06% from 255) = 18.52%
R=41.80%
G=39.68%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79753500.050.560.6954.5538.622.35
Hex4F4B23053845372716
Octal117113430570105674726
Binary100111110010111000110101111000100010111011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,75,35); }

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

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

 a { background-color: rgb(79,75,35); }

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

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

 span { border-color: rgb(79,75,35); }

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