Html Css Color HEX #4D3540 Barossa

📋 copy color: '#4D3540'

red 77 ◦ green 53 ◦ blue 64

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

Shades of Barossa #4D3540

Tints of Barossa #4D3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

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

R = 39.69%
G = 27.32%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D3540 (or 0x4D3540) is known color: Barossa. HEX triplet: 4D, 35 and 40. RGB value is (77,53,64). Sum of RGB (Red+Green+Blue) = 77+53+64=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3540 is #B2CABF. Grayscale: #3D3D3D. Windows color (decimal): -11717312 or 4207949. OLE color: 4207949.

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

Color convert

RGB 77 53 64 -
CMYK 0 0.31 0.17 0.70
HSL 332.5º 0.18% 0.25% -
HSV(B) 332.5º 0.31% 0.3% -
XYZ 5.26 4.49 5.44 -
YUV 61.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 77 53 64 0 0.31 0.17 0.70 332.5 0.18 0.25
Hex 4D 35 40 0 1F 11 46 14C 12 19
Octal 115 65 100 0 37 21 106 514 22 31
Binary 1001101 110101 1000000 0 11111 10001 1000110 101001100 10010 11001

Color Harmonies of #4D3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3540

Black with #4D3540

Text Example


Text Example

White with #4D3540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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