Html Css Color HEX #4A353D Barossa

📋 copy color: '#4A353D'

red 74 ◦ green 53 ◦ blue 61

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

Shades of Barossa #4A353D

Tints of Barossa #4A353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

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

R = 39.36%
G = 28.19%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#4A353D (or 0x4A353D) is known color: Barossa. HEX triplet: 4A, 35 and 3D. RGB value is (74,53,61). Sum of RGB (Red+Green+Blue) = 74+53+61=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 74 - color contains mainly: red. Hex color #4A353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A353D is #B5CAC2. Grayscale: #3C3C3C. Windows color (decimal): -11913923 or 4011338. OLE color: 4011338.

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

Color convert

RGB 74 53 61 -
CMYK 0 0.28 0.18 0.71
HSL 337.14º 0.17% 0.25% -
HSV(B) 337.14º 0.28% 0.29% -
XYZ 4.94 4.34 4.99 -
YUV 60.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 74 53 61 0 0.28 0.18 0.71 337.14 0.17 0.25
Hex 4A 35 3D 0 1C 12 47 151 11 19
Octal 112 65 75 0 34 22 107 521 21 31
Binary 1001010 110101 111101 0 11100 10010 1000111 101010001 10001 11001

Color Harmonies of #4A353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A353D

Black with #4A353D

Text Example


Text Example

White with #4A353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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