Html Css Color HEX #4F331F Brown Bramble

📋 copy color: '#4F331F'

red 79 ◦ green 51 ◦ blue 31

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

Shades of Brown Bramble #4F331F

Tints of Brown Bramble #4F331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

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

R = 49.07%
G = 31.68%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F331F (or 0x4F331F) is known color: Brown Bramble. HEX triplet: 4F, 33 and 1F. RGB value is (79,51,31). Sum of RGB (Red+Green+Blue) = 79+51+31=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F331F is #B0CCE0. Grayscale: #393939. Windows color (decimal): -11586785 or 2044751. OLE color: 2044751.

HSL color Cylindrical-coordinate representation of color #4F331F: hue angle of 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 #4F331F is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 51 31 -
CMYK 0 0.35 0.61 0.69
HSL 25º 0.44% 0.22% -
HSV(B) 25º 0.61% 0.31% -
XYZ 4.66 4.13 1.85 -
YUV 57.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 79 51 31 0 0.35 0.61 0.69 25 0.44 0.22
Hex 4F 33 1F 0 23 3D 45 19 2C 16
Octal 117 63 37 0 43 75 105 31 54 26
Binary 1001111 110011 11111 0 100011 111101 1000101 11001 101100 10110

Color Harmonies of #4F331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F331F

Black with #4F331F

Text Example


Text Example

White with #4F331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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