Html Css Color HEX #4D283D Barossa

📋 copy color: '#4D283D'

red 77 ◦ green 40 ◦ blue 61

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

Shades of Barossa #4D283D

Tints of Barossa #4D283D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 43.26%
G = 22.47%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D283D (or 0x4D283D) is known color: Barossa. HEX triplet: 4D, 28 and 3D. RGB value is (77,40,61). Sum of RGB (Red+Green+Blue) = 77+40+61=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D283D is #B2D7C2. Grayscale: #353535. Windows color (decimal): -11720643 or 4008013. OLE color: 4008013.

HSL color Cylindrical-coordinate representation of color #4D283D: hue angle of 325.95º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D283D is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 40 61 -
CMYK 0 0.48 0.21 0.70
HSL 325.95º 0.32% 0.23% -
HSV(B) 325.95º 0.48% 0.3% -
XYZ 4.66 3.43 4.83 -
YUV 53.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 77 40 61 0 0.48 0.21 0.70 325.95 0.32 0.23
Hex 4D 28 3D 0 30 15 46 146 20 17
Octal 115 50 75 0 60 25 106 506 40 27
Binary 1001101 101000 111101 0 110000 10101 1000110 101000110 100000 10111

Color Harmonies of #4D283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D283D

Black with #4D283D

Text Example


Text Example

White with #4D283D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,40,61); }

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

background-color css

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

 a { background-color: rgb(77,40,61); }

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

border-color css

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

 span { border-color: rgb(77,40,61); }

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