Html Css Color HEX #4F351F Brown Bramble

📋 copy color: '#4F351F'

red 79 ◦ green 53 ◦ blue 31

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

Shades of Brown Bramble #4F351F

Tints of Brown Bramble #4F351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

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

R = 48.47%
G = 32.52%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F351F (or 0x4F351F) is known color: Brown Bramble. HEX triplet: 4F, 35 and 1F. RGB value is (79,53,31). Sum of RGB (Red+Green+Blue) = 79+53+31=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F351F is #B0CAE0. Grayscale: #3A3A3A. Windows color (decimal): -11586273 or 2045263. OLE color: 2045263.

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

Color convert

RGB 79 53 31 -
CMYK 0 0.33 0.61 0.69
HSL 27.5º 0.44% 0.22% -
HSV(B) 27.5º 0.61% 0.31% -
XYZ 4.74 4.31 1.88 -
YUV 58.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 79 53 31 0 0.33 0.61 0.69 27.5 0.44 0.22
Hex 4F 35 1F 0 21 3D 45 1C 2C 16
Octal 117 65 37 0 41 75 105 34 54 26
Binary 1001111 110101 11111 0 100001 111101 1000101 11100 101100 10110

Color Harmonies of #4F351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F351F

Black with #4F351F

Text Example


Text Example

White with #4F351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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