Html Css Color HEX #4D3740 Barossa

📋 copy color: '#4D3740'

red 77 ◦ green 55 ◦ blue 64

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

Shades of Barossa #4D3740

Tints of Barossa #4D3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.06%

 BLUE value IS 64 (25.39% from 255) = 32.65%

R = 39.29%
G = 28.06%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D3740 (or 0x4D3740) is known color: Barossa. HEX triplet: 4D, 37 and 40. RGB value is (77,55,64). Sum of RGB (Red+Green+Blue) = 77+55+64=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3740 is #B2C8BF. Grayscale: #3E3E3E. Windows color (decimal): -11716800 or 4208461. OLE color: 4208461.

HSL color Cylindrical-coordinate representation of color #4D3740: hue angle of 335.45º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D3740 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 55 64 -
CMYK 0 0.29 0.17 0.70
HSL 335.45º 0.17% 0.26% -
HSV(B) 335.45º 0.29% 0.3% -
XYZ 5.35 4.68 5.47 -
YUV 62.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 77 55 64 0 0.29 0.17 0.70 335.45 0.17 0.26
Hex 4D 37 40 0 1D 11 46 14F 11 1A
Octal 115 67 100 0 35 21 106 517 21 32
Binary 1001101 110111 1000000 0 11101 10001 1000110 101001111 10001 11010

Color Harmonies of #4D3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3740

Black with #4D3740

Text Example


Text Example

White with #4D3740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,55,64); }

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

background-color css

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

 a { background-color: rgb(77,55,64); }

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

border-color css

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

 span { border-color: rgb(77,55,64); }

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