Html Css Color HEX #4F3414 Brown Bramble

📋 copy color: '#4F3414'

red 79 ◦ green 52 ◦ blue 20

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

Shades of Brown Bramble #4F3414

Tints of Brown Bramble #4F3414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 52.32%
G = 34.44%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#4F3414 (or 0x4F3414) is known color: Brown Bramble. HEX triplet: 4F, 34 and 14. RGB value is (79,52,20). Sum of RGB (Red+Green+Blue) = 79+52+20=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3414 is #B0CBEB. Grayscale: #383838. Windows color (decimal): -11586540 or 1324111. OLE color: 1324111.

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

Color convert

RGB 79 52 20 -
CMYK 0 0.34 0.75 0.69
HSL 32.54º 0.6% 0.19% -
HSV(B) 32.54º 0.75% 0.31% -
XYZ 4.58 4.17 1.23 -
YUV 56.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 79 52 20 0 0.34 0.75 0.69 32.54 0.6 0.19
Hex 4F 34 14 0 22 4B 45 21 3C 13
Octal 117 64 24 0 42 113 105 41 74 23
Binary 1001111 110100 10100 0 100010 1001011 1000101 100001 111100 10011

Color Harmonies of #4F3414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3414

Black with #4F3414

Text Example


Text Example

White with #4F3414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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