Html Css Color HEX #4F311A Brown Bramble

📋 copy color: '#4F311A'

red 79 ◦ green 49 ◦ blue 26

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

Shades of Brown Bramble #4F311A

Tints of Brown Bramble #4F311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.82%

 BLUE value IS 26 (10.55% from 255) = 16.88%

R = 51.3%
G = 31.82%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F311A (or 0x4F311A) is known color: Brown Bramble. HEX triplet: 4F, 31 and 1A. RGB value is (79,49,26). Sum of RGB (Red+Green+Blue) = 79+49+26=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F311A is #B0CEE5. Grayscale: #373737. Windows color (decimal): -11587302 or 1716559. OLE color: 1716559.

HSL color Cylindrical-coordinate representation of color #4F311A: hue angle of 26.04º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F311A is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 49 26 -
CMYK 0 0.38 0.67 0.69
HSL 26.04º 0.5% 0.21% -
HSV(B) 26.04º 0.67% 0.31% -
XYZ 4.51 3.93 1.5 -
YUV 55.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 79 49 26 0 0.38 0.67 0.69 26.04 0.5 0.21
Hex 4F 31 1A 0 26 43 45 1A 32 15
Octal 117 61 32 0 46 103 105 32 62 25
Binary 1001111 110001 11010 0 100110 1000011 1000101 11010 110010 10101

Color Harmonies of #4F311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F311A

Black with #4F311A

Text Example


Text Example

White with #4F311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,49,26); }

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

background-color css

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

 a { background-color: rgb(79,49,26); }

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

border-color css

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

 span { border-color: rgb(79,49,26); }

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