Html Css Color HEX #4D3542 Barossa

📋 copy color: '#4D3542'

red 77 ◦ green 53 ◦ blue 66

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

Shades of Barossa #4D3542

Tints of Barossa #4D3542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 39.29%
G = 27.04%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4D3542 (or 0x4D3542) is known color: Barossa. HEX triplet: 4D, 35 and 42. RGB value is (77,53,66). Sum of RGB (Red+Green+Blue) = 77+53+66=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3542 is #B2CABD. Grayscale: #3D3D3D. Windows color (decimal): -11717310 or 4339021. OLE color: 4339021.

HSL color Cylindrical-coordinate representation of color #4D3542: hue angle of 327.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 #4D3542 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 53 66 -
CMYK 0 0.31 0.14 0.70
HSL 327.5º 0.18% 0.25% -
HSV(B) 327.5º 0.31% 0.3% -
XYZ 5.32 4.52 5.75 -
YUV 61.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 77 53 66 0 0.31 0.14 0.70 327.5 0.18 0.25
Hex 4D 35 42 0 1F E 46 148 12 19
Octal 115 65 102 0 37 16 106 510 22 31
Binary 1001101 110101 1000010 0 11111 1110 1000110 101001000 10010 11001

Color Harmonies of #4D3542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3542

Black with #4D3542

Text Example


Text Example

White with #4D3542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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