Html Css Color HEX #4F2E16 Brown Bramble

📋 copy color: '#4F2E16'

red 79 ◦ green 46 ◦ blue 22

#4F2E16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Bramble #4F2E16

Tints of Brown Bramble #4F2E16

RGB

 RED value IS 79 (31.25% from 255) = 53.74%

 GREEN value IS 46 (18.36% from 255) = 31.29%

 BLUE value IS 22 (8.98% from 255) = 14.97%

R = 53.74%
G = 31.29%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4F2E16 (or 0x4F2E16) is known color: Brown Bramble. HEX triplet: 4F, 2E and 16. RGB value is (79,46,22). Sum of RGB (Red+Green+Blue) = 79+46+22=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2E16 is #B0D1E9. Grayscale: #353535. Windows color (decimal): -11588074 or 1453647. OLE color: 1453647.

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

Color convert

RGB 79 46 22 -
CMYK 0 0.42 0.72 0.69
HSL 25.26º 0.56% 0.2% -
HSV(B) 25.26º 0.72% 0.31% -
XYZ 4.35 3.67 1.24 -
YUV 53.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 79 46 22 0 0.42 0.72 0.69 25.26 0.56 0.2
Hex 4F 2E 16 0 2A 48 45 19 38 14
Octal 117 56 26 0 52 110 105 31 70 24
Binary 1001111 101110 10110 0 101010 1001000 1000101 11001 111000 10100

Color Harmonies of #4F2E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2E16

Black with #4F2E16

Text Example


Text Example

White with #4F2E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,46,22); }

 H1.HeaderClassName
 {
   color: #4F2E16;
 }
 .AnyTagClassName
 {
   color: #4F2E16;
 }
</style>

background-color css

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

 a { background-color: rgb(79,46,22); }

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

border-color css

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

 span { border-color: rgb(79,46,22); }

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