Html Css Color HEX #4A3842 Barossa

📋 copy color: '#4A3842'

red 74 ◦ green 56 ◦ blue 66

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

Shades of Barossa #4A3842

Tints of Barossa #4A3842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 37.76%
G = 28.57%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#4A3842 (or 0x4A3842) is known color: Barossa. HEX triplet: 4A, 38 and 42. RGB value is (74,56,66). Sum of RGB (Red+Green+Blue) = 74+56+66=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3842 is #B5C7BD. Grayscale: #3E3E3E. Windows color (decimal): -11913150 or 4339786. OLE color: 4339786.

HSL color Cylindrical-coordinate representation of color #4A3842: hue angle of 326.67º 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 #4A3842 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 56 66 -
CMYK 0 0.24 0.11 0.71
HSL 326.67º 0.14% 0.25% -
HSV(B) 326.67º 0.24% 0.29% -
XYZ 5.22 4.68 5.78 -
YUV 62.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 74 56 66 0 0.24 0.11 0.71 326.67 0.14 0.25
Hex 4A 38 42 0 18 B 47 147 E 19
Octal 112 70 102 0 30 13 107 507 16 31
Binary 1001010 111000 1000010 0 11000 1011 1000111 101000111 1110 11001

Color Harmonies of #4A3842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3842

Black with #4A3842

Text Example


Text Example

White with #4A3842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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