Html Css Color HEX #4A2738 Barossa

📋 copy color: '#4A2738'

red 74 ◦ green 39 ◦ blue 56

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

Shades of Barossa #4A2738

Tints of Barossa #4A2738

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.08%

 BLUE value IS 56 (22.27% from 255) = 33.14%

R = 43.79%
G = 23.08%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4A2738 (or 0x4A2738) is known color: Barossa. HEX triplet: 4A, 27 and 38. RGB value is (74,39,56). Sum of RGB (Red+Green+Blue) = 74+39+56=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2738 is #B5D8C7. Grayscale: #333333. Windows color (decimal): -11917512 or 3680074. OLE color: 3680074.

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

Color convert

RGB 74 39 56 -
CMYK 0 0.47 0.24 0.71
HSL 330.86º 0.31% 0.22% -
HSV(B) 330.86º 0.47% 0.29% -
XYZ 4.26 3.19 4.13 -
YUV 51.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 74 39 56 0 0.47 0.24 0.71 330.86 0.31 0.22
Hex 4A 27 38 0 2F 18 47 14B 1F 16
Octal 112 47 70 0 57 30 107 513 37 26
Binary 1001010 100111 111000 0 101111 11000 1000111 101001011 11111 10110

Color Harmonies of #4A2738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2738

Black with #4A2738

Text Example


Text Example

White with #4A2738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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