Html Css Color HEX #4F3A43 Barossa

📋 copy color: '#4F3A43'

red 79 ◦ green 58 ◦ blue 67

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

Shades of Barossa #4F3A43

Tints of Barossa #4F3A43

RGB

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

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

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

R = 38.73%
G = 28.43%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#4F3A43 (or 0x4F3A43) is known color: Barossa. HEX triplet: 4F, 3A and 43. RGB value is (79,58,67). Sum of RGB (Red+Green+Blue) = 79+58+67=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A43 is #B0C5BC. Grayscale: #414141. Windows color (decimal): -11584957 or 4405839. OLE color: 4405839.

HSL color Cylindrical-coordinate representation of color #4F3A43: hue angle of 334.29º 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 #4F3A43 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 58 67 -
CMYK 0 0.27 0.15 0.69
HSL 334.29º 0.15% 0.27% -
HSV(B) 334.29º 0.27% 0.31% -
XYZ 5.75 5.09 5.99 -
YUV 65.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 79 58 67 0 0.27 0.15 0.69 334.29 0.15 0.27
Hex 4F 3A 43 0 1B F 45 14E F 1B
Octal 117 72 103 0 33 17 105 516 17 33
Binary 1001111 111010 1000011 0 11011 1111 1000101 101001110 1111 11011

Color Harmonies of #4F3A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3A43

Black with #4F3A43

Text Example


Text Example

White with #4F3A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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