#4F2B10

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

Shades of Brown Bramble #4F2B10

Tints of Brown Bramble #4F2B10

Color information

#4F2B10 (or 0x4F2B10) is unknown color: approx Brown Bramble. HEX triplet: 4F, 2B and 10. RGB value is (79,43,16). Sum of RGB (Red+Green+Blue) = 79+43+16=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2B10 is #B0D4EF. Grayscale: #323232. Windows color (decimal): -11588848 or 1059663. OLE color: 1059663.

HSL color Cylindrical-coordinate representation of color #4F2B10: hue angle of 25.71º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2B10 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB794316-
CMYK00.460.800.69
HSL25.71º66.32%18.63%-
HSV(B)25.71º79.75%30.98%-
XYZ4.183.430.93-
YUV50.69108.43148.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.25%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=57.25%
G=31.16%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79431600.460.800.6925.7166.3218.63
Hex4F2B1002E50451a4213
Octal11753200561201053210223
Binary10011111010111000001011101010000100010111010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,43,16); }

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

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

 a { background-color: rgb(79,43,16); }

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

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

 span { border-color: rgb(79,43,16); }

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