Html Css Color HEX #4F341F Brown Bramble

📋 copy color: '#4F341F'

red 79 ◦ green 52 ◦ blue 31

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

Shades of Brown Bramble #4F341F

Tints of Brown Bramble #4F341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.14%

R = 48.77%
G = 32.1%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F341F (or 0x4F341F) is known color: Brown Bramble. HEX triplet: 4F, 34 and 1F. RGB value is (79,52,31). Sum of RGB (Red+Green+Blue) = 79+52+31=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F341F is #B0CBE0. Grayscale: #393939. Windows color (decimal): -11586529 or 2045007. OLE color: 2045007.

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

Color convert

RGB 79 52 31 -
CMYK 0 0.34 0.61 0.69
HSL 26.25º 0.44% 0.22% -
HSV(B) 26.25º 0.61% 0.31% -
XYZ 4.7 4.22 1.86 -
YUV 57.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 79 52 31 0 0.34 0.61 0.69 26.25 0.44 0.22
Hex 4F 34 1F 0 22 3D 45 1A 2C 16
Octal 117 64 37 0 42 75 105 32 54 26
Binary 1001111 110100 11111 0 100010 111101 1000101 11010 101100 10110

Color Harmonies of #4F341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F341F

Black with #4F341F

Text Example


Text Example

White with #4F341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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