Html Css Color HEX #4A333C Barossa

📋 copy color: '#4A333C'

red 74 ◦ green 51 ◦ blue 60

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

Shades of Barossa #4A333C

Tints of Barossa #4A333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

 BLUE value IS 60 (23.83% from 255) = 32.43%

R = 40%
G = 27.57%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4A333C (or 0x4A333C) is known color: Barossa. HEX triplet: 4A, 33 and 3C. RGB value is (74,51,60). Sum of RGB (Red+Green+Blue) = 74+51+60=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 74 - color contains mainly: red. Hex color #4A333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A333C is #B5CCC3. Grayscale: #3A3A3A. Windows color (decimal): -11914436 or 3945290. OLE color: 3945290.

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

Color convert

RGB 74 51 60 -
CMYK 0 0.31 0.19 0.71
HSL 336.52º 0.18% 0.25% -
HSV(B) 336.52º 0.31% 0.29% -
XYZ 4.82 4.15 4.82 -
YUV 58.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 74 51 60 0 0.31 0.19 0.71 336.52 0.18 0.25
Hex 4A 33 3C 0 1F 13 47 151 12 19
Octal 112 63 74 0 37 23 107 521 22 31
Binary 1001010 110011 111100 0 11111 10011 1000111 101010001 10010 11001

Color Harmonies of #4A333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A333C

Black with #4A333C

Text Example


Text Example

White with #4A333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,51,60); }

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

background-color css

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

 a { background-color: rgb(74,51,60); }

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

border-color css

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

 span { border-color: rgb(74,51,60); }

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