Html Css Color HEX #4D341D Brown Bramble

📋 copy color: '#4D341D'

red 77 ◦ green 52 ◦ blue 29

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

Shades of Brown Bramble #4D341D

Tints of Brown Bramble #4D341D

RGB

 RED value IS 77 (30.47% from 255) = 48.73%

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

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 48.73%
G = 32.91%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4D341D (or 0x4D341D) is known color: Brown Bramble. HEX triplet: 4D, 34 and 1D. RGB value is (77,52,29). Sum of RGB (Red+Green+Blue) = 77+52+29=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D341D is #B2CBE2. Grayscale: #383838. Windows color (decimal): -11717603 or 1913933. OLE color: 1913933.

HSL color Cylindrical-coordinate representation of color #4D341D: hue angle of 28.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D341D is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 52 29 -
CMYK 0 0.32 0.62 0.70
HSL 28.75º 0.45% 0.21% -
HSV(B) 28.75º 0.62% 0.3% -
XYZ 4.51 4.12 1.72 -
YUV 56.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 77 52 29 0 0.32 0.62 0.70 28.75 0.45 0.21
Hex 4D 34 1D 0 20 3E 46 1D 2D 15
Octal 115 64 35 0 40 76 106 35 55 25
Binary 1001101 110100 11101 0 100000 111110 1000110 11101 101101 10101

Color Harmonies of #4D341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D341D

Black with #4D341D

Text Example


Text Example

White with #4D341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,29); }

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

background-color css

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

 a { background-color: rgb(77,52,29); }

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

border-color css

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

 span { border-color: rgb(77,52,29); }

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