Html Css Color HEX #4D2F0F Brown Bramble

📋 copy color: '#4D2F0F'

red 77 ◦ green 47 ◦ blue 15

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

Shades of Brown Bramble #4D2F0F

Tints of Brown Bramble #4D2F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.81%

 BLUE value IS 15 (6.25% from 255) = 10.79%

R = 55.4%
G = 33.81%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D2F0F (or 0x4D2F0F) is known color: Brown Bramble. HEX triplet: 4D, 2F and 0F. RGB value is (77,47,15). Sum of RGB (Red+Green+Blue) = 77+47+15=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2F0F is #B2D0F0. Grayscale: #343434. Windows color (decimal): -11718897 or 995149. OLE color: 995149.

HSL color Cylindrical-coordinate representation of color #4D2F0F: hue angle of 30.97º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D2F0F is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 47 15 -
CMYK 0 0.39 0.81 0.70
HSL 30.97º 0.67% 0.18% -
HSV(B) 30.97º 0.81% 0.3% -
XYZ 4.16 3.65 0.94 -
YUV 52.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 77 47 15 0 0.39 0.81 0.70 30.97 0.67 0.18
Hex 4D 2F F 0 27 51 46 1F 43 12
Octal 115 57 17 0 47 121 106 37 103 22
Binary 1001101 101111 1111 0 100111 1010001 1000110 11111 1000011 10010

Color Harmonies of #4D2F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2F0F

Black with #4D2F0F

Text Example


Text Example

White with #4D2F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,47,15); }

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

background-color css

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

 a { background-color: rgb(77,47,15); }

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

border-color css

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

 span { border-color: rgb(77,47,15); }

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