Html Css Color HEX #4F341A Brown Bramble

📋 copy color: '#4F341A'

red 79 ◦ green 52 ◦ blue 26

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

Shades of Brown Bramble #4F341A

Tints of Brown Bramble #4F341A

RGB

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

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

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

R = 50.32%
G = 33.12%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F341A (or 0x4F341A) is known color: Brown Bramble. HEX triplet: 4F, 34 and 1A. RGB value is (79,52,26). Sum of RGB (Red+Green+Blue) = 79+52+26=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F341A is #B0CBE5. Grayscale: #393939. Windows color (decimal): -11586534 or 1717327. OLE color: 1717327.

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

Color convert

RGB 79 52 26 -
CMYK 0 0.34 0.67 0.69
HSL 29.43º 0.5% 0.21% -
HSV(B) 29.43º 0.67% 0.31% -
XYZ 4.64 4.19 1.54 -
YUV 57.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 79 52 26 0 0.34 0.67 0.69 29.43 0.5 0.21
Hex 4F 34 1A 0 22 43 45 1D 32 15
Octal 117 64 32 0 42 103 105 35 62 25
Binary 1001111 110100 11010 0 100010 1000011 1000101 11101 110010 10101

Color Harmonies of #4F341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F341A

Black with #4F341A

Text Example


Text Example

White with #4F341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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