Html Css Color HEX #4A3840 Barossa

📋 copy color: '#4A3840'

red 74 ◦ green 56 ◦ blue 64

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

Shades of Barossa #4A3840

Tints of Barossa #4A3840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 38.14%
G = 28.87%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#4A3840 (or 0x4A3840) is known color: Barossa. HEX triplet: 4A, 38 and 40. RGB value is (74,56,64). Sum of RGB (Red+Green+Blue) = 74+56+64=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3840 is #B5C7BF. Grayscale: #3E3E3E. Windows color (decimal): -11913152 or 4208714. OLE color: 4208714.

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

Color convert

RGB 74 56 64 -
CMYK 0 0.24 0.14 0.71
HSL 333.33º 0.14% 0.25% -
HSV(B) 333.33º 0.24% 0.29% -
XYZ 5.16 4.65 5.48 -
YUV 62.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 74 56 64 0 0.24 0.14 0.71 333.33 0.14 0.25
Hex 4A 38 40 0 18 E 47 14D E 19
Octal 112 70 100 0 30 16 107 515 16 31
Binary 1001010 111000 1000000 0 11000 1110 1000111 101001101 1110 11001

Color Harmonies of #4A3840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3840

Black with #4A3840

Text Example


Text Example

White with #4A3840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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