Html Css Color HEX #4A323D Barossa

📋 copy color: '#4A323D'

red 74 ◦ green 50 ◦ blue 61

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

Shades of Barossa #4A323D

Tints of Barossa #4A323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

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

R = 40%
G = 27.03%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#4A323D (or 0x4A323D) is known color: Barossa. HEX triplet: 4A, 32 and 3D. RGB value is (74,50,61). Sum of RGB (Red+Green+Blue) = 74+50+61=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 74 - color contains mainly: red. Hex color #4A323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A323D is #B5CDC2. Grayscale: #3A3A3A. Windows color (decimal): -11914691 or 4010570. OLE color: 4010570.

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

Color convert

RGB 74 50 61 -
CMYK 0 0.32 0.18 0.71
HSL 332.5º 0.19% 0.24% -
HSV(B) 332.5º 0.32% 0.29% -
XYZ 4.81 4.07 4.95 -
YUV 58.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 74 50 61 0 0.32 0.18 0.71 332.5 0.19 0.24
Hex 4A 32 3D 0 20 12 47 14C 13 18
Octal 112 62 75 0 40 22 107 514 23 30
Binary 1001010 110010 111101 0 100000 10010 1000111 101001100 10011 11000

Color Harmonies of #4A323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A323D

Black with #4A323D

Text Example


Text Example

White with #4A323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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