Html Css Color HEX #4F341C Brown Bramble

📋 copy color: '#4F341C'

red 79 ◦ green 52 ◦ blue 28

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

Shades of Brown Bramble #4F341C

Tints of Brown Bramble #4F341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 49.69%
G = 32.7%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F341C (or 0x4F341C) is known color: Brown Bramble. HEX triplet: 4F, 34 and 1C. RGB value is (79,52,28). Sum of RGB (Red+Green+Blue) = 79+52+28=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F341C is #B0CBE3. Grayscale: #393939. Windows color (decimal): -11586532 or 1848399. OLE color: 1848399.

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

Color convert

RGB 79 52 28 -
CMYK 0 0.34 0.65 0.69
HSL 28.24º 0.48% 0.21% -
HSV(B) 28.24º 0.65% 0.31% -
XYZ 4.66 4.2 1.66 -
YUV 57.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 79 52 28 0 0.34 0.65 0.69 28.24 0.48 0.21
Hex 4F 34 1C 0 22 41 45 1C 30 15
Octal 117 64 34 0 42 101 105 34 60 25
Binary 1001111 110100 11100 0 100010 1000001 1000101 11100 110000 10101

Color Harmonies of #4F341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F341C

Black with #4F341C

Text Example


Text Example

White with #4F341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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