Html Css Color HEX #4A343D Barossa

📋 copy color: '#4A343D'

red 74 ◦ green 52 ◦ blue 61

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

Shades of Barossa #4A343D

Tints of Barossa #4A343D

RGB

 RED value IS 74 (29.3% from 255) = 39.57%

 GREEN value IS 52 (20.7% from 255) = 27.81%

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

R = 39.57%
G = 27.81%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#4A343D (or 0x4A343D) is known color: Barossa. HEX triplet: 4A, 34 and 3D. RGB value is (74,52,61). Sum of RGB (Red+Green+Blue) = 74+52+61=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 74 - color contains mainly: red. Hex color #4A343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A343D is #B5CBC2. Grayscale: #3B3B3B. Windows color (decimal): -11914179 or 4011082. OLE color: 4011082.

HSL color Cylindrical-coordinate representation of color #4A343D: hue angle of 335.45º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A343D is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 52 61 -
CMYK 0 0.30 0.18 0.71
HSL 335.45º 0.17% 0.25% -
HSV(B) 335.45º 0.3% 0.29% -
XYZ 4.89 4.25 4.98 -
YUV 59.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 74 52 61 0 0.30 0.18 0.71 335.45 0.17 0.25
Hex 4A 34 3D 0 1E 12 47 14F 11 19
Octal 112 64 75 0 36 22 107 517 21 31
Binary 1001010 110100 111101 0 11110 10010 1000111 101001111 10001 11001

Color Harmonies of #4A343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A343D

Black with #4A343D

Text Example


Text Example

White with #4A343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,61); }

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

background-color css

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

 a { background-color: rgb(74,52,61); }

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

border-color css

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

 span { border-color: rgb(74,52,61); }

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