#4F341A

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

Shades of Brown Bramble #4F341A

Tints of Brown Bramble #4F341A

Color information

#4F341A (or 0x4F341A) is unknown color: approx Brown Bramble. HEX triplet: 4F, 34 and 1A. RGB value is (79,52,26). Sum of RGB (Red+Green+Blue) = 79+52+26=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F341A is #B0CBE5. Grayscale: #393939. Windows color (decimal): -11586534 or 1717327. OLE color: 1717327.

HSL color Cylindrical-coordinate representation of color #4F341A: hue angle of 29.43º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F341A is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB795226-
CMYK00.340.670.69
HSL29.43º50.48%20.59%-
HSV(B)29.43º67.09%30.98%-
XYZ4.644.191.54-
YUV57.11110.45143.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.32%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=50.32%
G=33.12%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79522600.340.670.6929.4350.4820.59
Hex4F341A02243451d3215
Octal1176432042103105356225
Binary1001111110100110100100010100001110001011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,52,26); }

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

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

 a { background-color: rgb(79,52,26); }

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

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

 span { border-color: rgb(79,52,26); }

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