Html Css Color HEX #4D3840 Barossa

📋 copy color: '#4D3840'

red 77 ◦ green 56 ◦ blue 64

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

Shades of Barossa #4D3840

Tints of Barossa #4D3840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

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

R = 39.09%
G = 28.43%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D3840 (or 0x4D3840) is known color: Barossa. HEX triplet: 4D, 38 and 40. RGB value is (77,56,64). Sum of RGB (Red+Green+Blue) = 77+56+64=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3840 is #B2C7BF. Grayscale: #3F3F3F. Windows color (decimal): -11716544 or 4208717. OLE color: 4208717.

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

Color convert

RGB 77 56 64 -
CMYK 0 0.27 0.17 0.70
HSL 337.14º 0.16% 0.26% -
HSV(B) 337.14º 0.27% 0.3% -
XYZ 5.4 4.78 5.49 -
YUV 63.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 77 56 64 0 0.27 0.17 0.70 337.14 0.16 0.26
Hex 4D 38 40 0 1B 11 46 151 10 1A
Octal 115 70 100 0 33 21 106 521 20 32
Binary 1001101 111000 1000000 0 11011 10001 1000110 101010001 10000 11010

Color Harmonies of #4D3840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3840

Black with #4D3840

Text Example


Text Example

White with #4D3840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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