Html Css Color HEX #4F3412 Brown Bramble

📋 copy color: '#4F3412'

red 79 ◦ green 52 ◦ blue 18

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

Shades of Brown Bramble #4F3412

Tints of Brown Bramble #4F3412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.08%

R = 53.02%
G = 34.9%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#4F3412 (or 0x4F3412) is known color: Brown Bramble. HEX triplet: 4F, 34 and 12. RGB value is (79,52,18). Sum of RGB (Red+Green+Blue) = 79+52+18=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3412 is #B0CBED. Grayscale: #383838. Windows color (decimal): -11586542 or 1193039. OLE color: 1193039.

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

Color convert

RGB 79 52 18 -
CMYK 0 0.34 0.77 0.69
HSL 33.44º 0.63% 0.19% -
HSV(B) 33.44º 0.77% 0.31% -
XYZ 4.56 4.16 1.14 -
YUV 56.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 79 52 18 0 0.34 0.77 0.69 33.44 0.63 0.19
Hex 4F 34 12 0 22 4D 45 21 3F 13
Octal 117 64 22 0 42 115 105 41 77 23
Binary 1001111 110100 10010 0 100010 1001101 1000101 100001 111111 10011

Color Harmonies of #4F3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3412

Black with #4F3412

Text Example


Text Example

White with #4F3412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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