Html Css Color HEX #473C41 Barossa

📋 copy color: '#473C41'

red 71 ◦ green 60 ◦ blue 65

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

Shades of Barossa #473C41

Tints of Barossa #473C41

RGB

 RED value IS 71 (28.13% from 255) = 36.22%

 GREEN value IS 60 (23.83% from 255) = 30.61%

 BLUE value IS 65 (25.78% from 255) = 33.16%

R = 36.22%
G = 30.61%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#473C41 (or 0x473C41) is known color: Barossa. HEX triplet: 47, 3C and 41. RGB value is (71,60,65). Sum of RGB (Red+Green+Blue) = 71+60+65=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 71 - color contains mainly: red. Hex color #473C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C41 is #B8C3BE. Grayscale: #3F3F3F. Windows color (decimal): -12108735 or 4275271. OLE color: 4275271.

HSL color Cylindrical-coordinate representation of color #473C41: hue angle of 332.73º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #473C41 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 60 65 -
CMYK 0 0.15 0.08 0.72
HSL 332.73º 0.08% 0.26% -
HSV(B) 332.73º 0.15% 0.28% -
XYZ 5.17 4.95 5.68 -
YUV 63.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 71 60 65 0 0.15 0.08 0.72 332.73 0.08 0.26
Hex 47 3C 41 0 F 8 48 14D 8 1A
Octal 107 74 101 0 17 10 110 515 10 32
Binary 1000111 111100 1000001 0 1111 1000 1001000 101001101 1000 11010

Color Harmonies of #473C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C41

Black with #473C41

Text Example


Text Example

White with #473C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473C41; }

 p { color: rgb(71,60,65); }

 H1.HeaderClassName
 {
   color: #473C41;
 }
 .AnyTagClassName
 {
   color: #473C41;
 }
</style>

background-color css

<style>
 a { background-color: #473C41; }

 a { background-color: rgb(71,60,65); }

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

border-color css

<style>
 span { border-color: #473C41; }

 span { border-color: rgb(71,60,65); }

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