Html Css Color HEX #4D263D Barossa

📋 copy color: '#4D263D'

red 77 ◦ green 38 ◦ blue 61

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

Shades of Barossa #4D263D

Tints of Barossa #4D263D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

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

R = 43.75%
G = 21.59%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D263D (or 0x4D263D) is known color: Barossa. HEX triplet: 4D, 26 and 3D. RGB value is (77,38,61). Sum of RGB (Red+Green+Blue) = 77+38+61=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D263D is #B2D9C2. Grayscale: #343434. Windows color (decimal): -11721155 or 4007501. OLE color: 4007501.

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

Color convert

RGB 77 38 61 -
CMYK 0 0.51 0.21 0.70
HSL 324.62º 0.34% 0.23% -
HSV(B) 324.62º 0.51% 0.3% -
XYZ 4.6 3.3 4.81 -
YUV 52.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 77 38 61 0 0.51 0.21 0.70 324.62 0.34 0.23
Hex 4D 26 3D 0 33 15 46 145 22 17
Octal 115 46 75 0 63 25 106 505 42 27
Binary 1001101 100110 111101 0 110011 10101 1000110 101000101 100010 10111

Color Harmonies of #4D263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D263D

Black with #4D263D

Text Example


Text Example

White with #4D263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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