Html Css Color HEX #4E3343 Barossa

📋 copy color: '#4E3343'

red 78 ◦ green 51 ◦ blue 67

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

Shades of Barossa #4E3343

Tints of Barossa #4E3343

RGB

 RED value IS 78 (30.86% from 255) = 39.8%

 GREEN value IS 51 (20.31% from 255) = 26.02%

 BLUE value IS 67 (26.56% from 255) = 34.18%

R = 39.8%
G = 26.02%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#4E3343 (or 0x4E3343) is known color: Barossa. HEX triplet: 4E, 33 and 43. RGB value is (78,51,67). Sum of RGB (Red+Green+Blue) = 78+51+67=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3343 is #B1CCBC. Grayscale: #3C3C3C. Windows color (decimal): -11652285 or 4404046. OLE color: 4404046.

HSL color Cylindrical-coordinate representation of color #4E3343: hue angle of 324.44º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E3343 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 51 67 -
CMYK 0 0.35 0.14 0.69
HSL 324.44º 0.21% 0.25% -
HSV(B) 324.44º 0.35% 0.31% -
XYZ 5.34 4.39 5.88 -
YUV 60.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 78 51 67 0 0.35 0.14 0.69 324.44 0.21 0.25
Hex 4E 33 43 0 23 E 45 144 15 19
Octal 116 63 103 0 43 16 105 504 25 31
Binary 1001110 110011 1000011 0 100011 1110 1000101 101000100 10101 11001

Color Harmonies of #4E3343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3343

Black with #4E3343

Text Example


Text Example

White with #4E3343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,51,67); }

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

background-color css

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

 a { background-color: rgb(78,51,67); }

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

border-color css

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

 span { border-color: rgb(78,51,67); }

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