Html Css Color HEX #4A3640 Barossa

📋 copy color: '#4A3640'

red 74 ◦ green 54 ◦ blue 64

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

Shades of Barossa #4A3640

Tints of Barossa #4A3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.13%

 BLUE value IS 64 (25.39% from 255) = 33.33%

R = 38.54%
G = 28.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#4A3640 (or 0x4A3640) is known color: Barossa. HEX triplet: 4A, 36 and 40. RGB value is (74,54,64). Sum of RGB (Red+Green+Blue) = 74+54+64=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3640 is #B5C9BF. Grayscale: #3D3D3D. Windows color (decimal): -11913664 or 4208202. OLE color: 4208202.

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

Color convert

RGB 74 54 64 -
CMYK 0 0.27 0.14 0.71
HSL 330º 0.16% 0.25% -
HSV(B) 330º 0.27% 0.29% -
XYZ 5.07 4.46 5.45 -
YUV 61.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 74 54 64 0 0.27 0.14 0.71 330 0.16 0.25
Hex 4A 36 40 0 1B E 47 14A 10 19
Octal 112 66 100 0 33 16 107 512 20 31
Binary 1001010 110110 1000000 0 11011 1110 1000111 101001010 10000 11001

Color Harmonies of #4A3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3640

Black with #4A3640

Text Example


Text Example

White with #4A3640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,54,64); }

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

background-color css

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

 a { background-color: rgb(74,54,64); }

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

border-color css

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

 span { border-color: rgb(74,54,64); }

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