Html Css Color HEX #4F3A44 Barossa

📋 copy color: '#4F3A44'

red 79 ◦ green 58 ◦ blue 68

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

Shades of Barossa #4F3A44

Tints of Barossa #4F3A44

RGB

 RED value IS 79 (31.25% from 255) = 38.54%

 GREEN value IS 58 (23.05% from 255) = 28.29%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 38.54%
G = 28.29%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#4F3A44 (or 0x4F3A44) is known color: Barossa. HEX triplet: 4F, 3A and 44. RGB value is (79,58,68). Sum of RGB (Red+Green+Blue) = 79+58+68=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A44 is #B0C5BB. Grayscale: #414141. Windows color (decimal): -11584956 or 4471375. OLE color: 4471375.

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

Color convert

RGB 79 58 68 -
CMYK 0 0.27 0.14 0.69
HSL 331.43º 0.15% 0.27% -
HSV(B) 331.43º 0.27% 0.31% -
XYZ 5.78 5.11 6.15 -
YUV 65.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 79 58 68 0 0.27 0.14 0.69 331.43 0.15 0.27
Hex 4F 3A 44 0 1B E 45 14B F 1B
Octal 117 72 104 0 33 16 105 513 17 33
Binary 1001111 111010 1000100 0 11011 1110 1000101 101001011 1111 11011

Color Harmonies of #4F3A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3A44

Black with #4F3A44

Text Example


Text Example

White with #4F3A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,58,68); }

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

background-color css

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

 a { background-color: rgb(79,58,68); }

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

border-color css

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

 span { border-color: rgb(79,58,68); }

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